fix status
This commit is contained in:
parent
8bcb332276
commit
2897aa3e4c
9 changed files with 21 additions and 155 deletions
|
|
@ -1,18 +0,0 @@
|
|||
<div class="dr-notification-wrapper" ng-repeat="noti in queue" ng-click="removeNotification(noti)">
|
||||
<div class="dr-notification animated bounceInDown">
|
||||
<div class="dr-notification-image" ng-switch on="noti.image">
|
||||
<i class="{{noti.icon}}" ng-switch-when="false"></i>
|
||||
<img ng-src="{{noti.image}}" ng-switch-default />
|
||||
</div>
|
||||
<div class="dr-notification-content">
|
||||
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
|
||||
<div class="dr-notification-text label radius" ng-show="noti.userData.color"
|
||||
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}
|
||||
</div>
|
||||
<div class="dr-notification-text" ng-show="!noti.userData.color"
|
||||
>{{noti.content|translate}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -16,5 +16,4 @@ src="img/icon-ledger-white.svg">
|
|||
<!-- <img style="height:1em" ng-show="wallet.preferences.email" src="img/icon-email.svg"> -->
|
||||
<img style="height:0.6em; margin-right: 1px;" ng-show="wallet.usingCustomBWS" src="img/icon-bws-white.svg">
|
||||
|
||||
<img style="height:0.6em" class="animated flash infinite" ng-show="wallet.loadingWallet ||
|
||||
index.updatingTxHistory" src="img/icon-sync-white.svg">
|
||||
<img style="height:0.6em" ng-show="updatingTxHistory" src="img/icon-sync-white.svg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue