adding owner copayer base path on the public key list
This commit is contained in:
parent
f0d42780b6
commit
91496fdd01
2 changed files with 6 additions and 2 deletions
|
|
@ -56,9 +56,11 @@
|
|||
<li class="line-b p10" ng-repeat="pk in pubKeys">
|
||||
<div class="row">
|
||||
<div class="small-3 columns">Copayer {{$index}}</div>
|
||||
|
||||
<div class="small-9 columns oh enable_text_select text-gray" style="text-overflow:ellipsis">
|
||||
{{pk}}
|
||||
<span class="right size-12" ng-if="$index == 0">
|
||||
({{basePath}})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue