display fingerprint in backup
This commit is contained in:
parent
9ccaf024f7
commit
78e60728f9
2 changed files with 22 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="backup" ng-controller="backupController" ng-init="init()">
|
||||
<div class="backup" ng-controller="backupController" ng-init="init(index.prevState)">
|
||||
<nav class="tab-bar">
|
||||
<section class="left-small" ng-show="(step != 1 && step != 4)">
|
||||
<a ng-click="goToStep(1);">
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
</section>
|
||||
|
||||
<section class="right-small">
|
||||
<a class="p10" ng-click="backTo(index.prevState)">
|
||||
<a class="p10" ng-click="backTo()">
|
||||
<span class="text-close">
|
||||
<i class="fi-x size-24"></i>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue