settings: simple insight config controller and view
This commit is contained in:
parent
2aa2d89f92
commit
423348f5ec
2 changed files with 14 additions and 21 deletions
|
|
@ -14,16 +14,14 @@
|
|||
</select>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend translate>Insight API server</legend>
|
||||
<label for="insight-host">Host</label>
|
||||
<input type="text" ng-model="insightHost" class="form-control" name="insight-host">
|
||||
<label for="insight-port" translate>Port</label>
|
||||
<input type="number" ng-model="insightPort" class="form-control" name="insight-port">
|
||||
<input id="insight-secure" type="checkbox" ng-model="insightSecure" class="form-control" ng-click="changeInsightSSL()">
|
||||
<label for="insight-secure" translate>Use SSL</label>
|
||||
<legend translate>Insight API servers</legend>
|
||||
<label for="insight-livenet">Livenet</label>
|
||||
<input type="text" ng-model="insightLivenet" class="form-control" name="insight-livenet">
|
||||
<label for="insight-testnet">Testnet</label>
|
||||
<input type="text" ng-model="insightTestnet" class="form-control" name="insight-testnet">
|
||||
|
||||
<p translate class="small">
|
||||
Insight API server is open-source software. You can run your own instance, check <a href="http://insight.is" target="_blank">Insight API Homepage</a>
|
||||
Insight API server is open-source software. You can run your own instances, check <a href="http://insight.is" target="_blank">Insight API Homepage</a>
|
||||
</p>
|
||||
</fieldset>
|
||||
<div class="text-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue