add wallet alias
This commit is contained in:
parent
63a488e630
commit
d851f62c7f
12 changed files with 118 additions and 17 deletions
18
public/views/preferencesAlias.html
Normal file
18
public/views/preferencesAlias.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<div
|
||||
class="topbar-container"
|
||||
ng-include="'views/includes/topbar.html'"
|
||||
ng-init="titleSection='Wallet Alias'; goBackToState = 'preferences'">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="content preferences p20v" ng-controller="preferencesAliasController as prefAlias">
|
||||
<form name="settingsAliasForm" ng-submit="prefAlias.save()" class="columns">
|
||||
<label>Alias for <i>{{index.walletName}}</i></label>
|
||||
<input type="text" id="alias2" type="text" name="alias2" ng-model="prefAlias.alias">
|
||||
<input type="submit" class="button expand black radius" value="{{'Save'|translate}}"
|
||||
ng-style="{'background-color':index.backgroundColor}">
|
||||
</form>
|
||||
<p class="text-gray text-center columns size-14"> Changing wallet alias only afects the local wallet name.
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue