Fix address list from receive section. Fix response when delete a wallet.
This commit is contained in:
parent
1c7a48e827
commit
174c6cb3de
10 changed files with 130 additions and 127 deletions
|
|
@ -39,23 +39,23 @@
|
|||
<input type="text" ng-model="insightTestnet" class="form-control" name="insightTestnet" valid-url required>
|
||||
</div>
|
||||
|
||||
<div translate class="small text-gray">
|
||||
<small translate class="text-gray">
|
||||
Insight API server is open-source software. You can run your own instances, check
|
||||
<a href
|
||||
ng-click="$root.openExternalLink('https://insight.is')">Insight API Homepage</a>
|
||||
</div>
|
||||
</small>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend translate>Storage</legend>
|
||||
<label for="insightTestnet">Read and Store Profiles:</label>
|
||||
<select class="form-control" ng-model="selectedStorage" ng-options="o.name for o in availableStorages" required>
|
||||
</select>
|
||||
<div translate class="small text-gray">
|
||||
<small translate class="text-gray">
|
||||
Wallets and profiles are stored encrypted using your password as a key. You can store the encrypted data locally, on this device, or remotely on the cloud (Insight Server).
|
||||
<a href
|
||||
ng-click="$root.openExternalLink('https://github.com/bitpay/copay/tree/master/js/plugins')">
|
||||
More pluggins are welcomed!</a>
|
||||
</div>
|
||||
</small>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend translate>Language</legend>
|
||||
|
|
@ -66,9 +66,9 @@
|
|||
<legend translate>Log level</legend>
|
||||
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
|
||||
</select>
|
||||
<div translate class="small text-gray">
|
||||
<small translate class="text-gray">
|
||||
Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors
|
||||
</div>
|
||||
</small>
|
||||
</fieldset>
|
||||
<button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()">
|
||||
Save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue