better import notif
This commit is contained in:
parent
7098a8627f
commit
d7be9caf29
1 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
||||||
<div class="content p20v" ng-controller="importController as import">
|
<div class="content p20v" ng-controller="importController as import">
|
||||||
<div ng-show="import.loading" class="text-center text-gray animated infinite flash" translate>Importing wallet...</div>
|
<div class="onGoingProcess" ng-show="import.loading" style="background-color:#222">
|
||||||
|
<div class="spinner">
|
||||||
|
<div class="rect1"></div>
|
||||||
|
<div class="rect2"></div>
|
||||||
|
<div class="rect3"></div>
|
||||||
|
<div class="rect4"></div>
|
||||||
|
<div class="rect5"></div>
|
||||||
|
</div>
|
||||||
|
<span translate>Importing wallet...</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="row" ng-show="!import.loading">
|
<div class="row" ng-show="!import.loading">
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<form name="importForm" ng-submit="import.import(importForm)" novalidate>
|
<form name="importForm" ng-submit="import.import(importForm)" novalidate>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue