Fix profile table, address book table and transaction proposal table
This commit is contained in:
parent
15d7eb9e21
commit
9b7e574968
6 changed files with 62 additions and 55 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<table class="last-transactions-content">
|
||||
<tbody>
|
||||
<tr ng-repeat="c in tx.actionList">
|
||||
<td class="copayer-name" width="100%">{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}
|
||||
<td width="100%">{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}
|
||||
</td>
|
||||
<td>
|
||||
<i ng-if="c.actions.create" class="fi-crown icon-status icon-active"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue