changed icons
This commit is contained in:
parent
e08207ad8c
commit
f1de06d486
3 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue