refactor tx proposal events
This commit is contained in:
parent
4841c2dc05
commit
6ce2667274
11 changed files with 201 additions and 248 deletions
|
|
@ -86,8 +86,8 @@
|
|||
<a href="#!/{{item.link}}" ng-click="toggleCollapse()" class="db p20h">
|
||||
<i class="size-21 m20r {{item.icon}}"></i> {{item.title|translate}}
|
||||
<span class="right">
|
||||
<span class="label alert" ng-if="item.link=='homeWallet' && $root.pendingTxCount > 0">
|
||||
{{$root.pendingTxCount}}
|
||||
<span class="label alert" ng-if="item.link=='homeWallet' && $root.wallet.pendingTxProposalsCountForUs > 0">
|
||||
{{$root.wallet.pendingTxProposalsCountForUs}}
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue