adding reset to default url button
This commit is contained in:
parent
e715f2ecd3
commit
86fce3af42
2 changed files with 6 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
||||
<label>Wallet Service URL</label>
|
||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
|
||||
<input class="button expand black round" ng-click="prefBwsUrl.resetDefaultUrl()" value="reset to default url" translate>
|
||||
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
||||
ng-style="{'background-color':index.backgroundColor}">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue