better create wallet notif
This commit is contained in:
parent
ceca507fa5
commit
f6a0afa6f6
1 changed files with 13 additions and 1 deletions
|
|
@ -1,5 +1,17 @@
|
||||||
<div class="content p20v" ng-controller="createController as create">
|
<div class="content p20v" ng-controller="createController as create">
|
||||||
<div ng-show="create.loading" class="text-center text-gray animated infinite flash" translate>Creating wallet...</div>
|
|
||||||
|
<div class="onGoingProcess" ng-show="create.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>Creating Wallet...</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<form name="setupForm" ng-submit="create.create(setupForm)" ng-show="!create.loading" novalidate>
|
<form name="setupForm" ng-submit="create.create(setupForm)" ng-show="!create.loading" novalidate>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue