changed icons
This commit is contained in:
parent
e08207ad8c
commit
f1de06d486
3 changed files with 8 additions and 8 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<input type="text" id="node-config-input-name">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-docid"><i class="fa fa-bookmark"></i> Document ID</label>
|
||||
<label for="node-config-input-docid"><i class="fa fa-file-text"></i> Document ID</label>
|
||||
<input type="text" id="node-config-input-docid">
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,15 +18,15 @@
|
|||
|
||||
<script type="text/html" data-template-name="grist-records">
|
||||
<div class="form-row">
|
||||
<label for="node-input-document"><i class="fa fa-tag"></i> Document</label>
|
||||
<label for="node-input-document"><i class="fa fa-file-text"></i> Document</label>
|
||||
<input type="text" id="node-input-document" placeholder="Document">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-server"><i class="fa fa-tag"></i> Server</label>
|
||||
<label for="node-input-server"><i class="fa fa-server"></i> Server</label>
|
||||
<input type="text" id="node-input-server" placeholder="Server">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-tableId"><i class="fa fa-tag"></i> Table Name</label>
|
||||
<label for="node-input-tableId"><i class="fa fa-table"></i> Table Name</label>
|
||||
<input type="text" id="node-input-tableId" placeholder="Table Name">
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -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