fixes one-page
This commit is contained in:
parent
62a600dd16
commit
4f60626710
7 changed files with 13 additions and 15 deletions
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
<div notifications="right top"></div>
|
||||
<div ng-include="'views/includes/offline.html'" ng-if="index.isOffline"></div>
|
||||
|
||||
<div ng-include="'views/includes/clientError.html'" ng-if="index.clientError"></div>
|
||||
|
||||
<div ng-include="'views/includes/password.html'" ng-if="index.askPassword"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,8 @@
|
|||
<i class="fi-alert"></i>
|
||||
</div>
|
||||
<div class="dr-notification-content">
|
||||
<h3 class="dr-notification-title" translate>Wallet Service Error</h3>
|
||||
<div class="dr-notification-text ellipsis">
|
||||
{{index.clientError.error || index.clientError.message || index.clientError}}
|
||||
</div>
|
||||
<h3 class="dr-notification-title">Wallet Service Error</h3>
|
||||
<div class="dr-notification-text ellipsis">{{index.clientError.message || index.clientError}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -333,8 +333,6 @@ history
|
|||
|
||||
-->
|
||||
<div id="history" class="history tab-view">
|
||||
|
||||
<div>
|
||||
<div class="row m20t" ng-show="!index.txHistory[0]">
|
||||
<div class="large-12 columns">
|
||||
<div class="oh text-center">
|
||||
|
|
@ -398,7 +396,6 @@ history
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue