Wallet/www/views/preferencesBwsUrl.html

27 lines
1.1 KiB
HTML
Raw Permalink Normal View History

<ion-view class="settings" show-tabs>
<ion-nav-bar class="bar-royal">
<ion-nav-title>Wallet Service URL</ion-nav-title>
2016-08-29 16:48:15 -03:00
<ion-nav-back-button>
</ion-nav-back-button>
2016-08-16 16:47:51 -03:00
</ion-nav-bar>
<ion-content>
2016-09-01 16:57:21 -03:00
<div ng-include="'views/includes/walletItem.html'"></div>
2017-01-18 13:15:46 -03:00
2016-11-14 17:11:18 -03:00
<div class="list settings-list settings-input-group">
<label class="item item-input item-stacked-label">
<span class="input-label">Wallet Service URL</span>
2016-09-23 13:40:03 -03:00
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl.value">
</label>
<button class="no-border postfix" on-tap="resetDefaultUrl()">
<i class="icon ion-ios-reload"></i>
</button>
2016-09-01 16:57:21 -03:00
</div>
2016-12-20 12:37:40 -03:00
<div class="settings-explanation">
<div class="settings-description" translate>
2017-06-19 15:17:34 +09:00
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and wallet synchronization. The default configuration points to https://bws.bitcoin.com (Bitcoin.com's public BWS instance).
2016-12-20 12:37:40 -03:00
</div>
</div>
2016-10-11 23:23:54 -04:00
<button class="button button-standard button-primary" ng-click="save()" translate>Save</button>
2016-08-16 16:47:51 -03:00
</ion-content>
</ion-view>