Tidy up Template node edit form

Closes #1969 #1970 #1968 #1967
This commit is contained in:
meeki007
2018-12-05 14:47:38 +00:00
committed by Nick O'Leary
parent 96e3aab3b4
commit 86716b5ffb
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name">
</div>
<div class="form-row">
<label for="node-input-field"><i class="fa fa-edit"></i> <span data-i18n="template.label.property"></span></label>
<label for="node-input-field"><i class="fa fa-ellipsis-h"></i> <span data-i18n="template.label.property"></span></label>
<input type="text" id="node-input-field" placeholder="payload" style="width:250px;">
<input type="hidden" id="node-input-fieldType">
</div>