changed icons
This commit is contained in:
parent
e08207ad8c
commit
f1de06d486
3 changed files with 8 additions and 8 deletions
|
|
@ -16,19 +16,19 @@
|
|||
|
||||
<script type="text/html" data-template-name="grist-server">
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-hostname"><i class="fa fa-bookmark"></i> Hostname</label>
|
||||
<label for="node-config-input-hostname"><i class="fa fa-server"></i> Hostname</label>
|
||||
<input type="text" id="node-config-input-hostname">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-port"><i class="fa fa-bookmark"></i> Port</label>
|
||||
<label for="node-config-input-port"><i class="fa fa-plug"></i> Port</label>
|
||||
<input type="text" id="node-config-input-port">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-tlsEnabled"><i class="fa fa-bookmark"></i> Enable TLS</label>
|
||||
<label for="node-config-input-tlsEnabled"><i class="fa fa-lock"></i> Enable TLS</label>
|
||||
<input type="checkbox" id="node-config-input-tlsEnabled">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-apiKey"><i class="fa fa-bookmark"></i> API Key</label>
|
||||
<label for="node-config-input-apiKey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="text" id="node-config-input-apiKey">
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue