Removing form-row label.

This commit is contained in:
Paul Wieland 2020-01-23 10:56:31 -05:00
parent 44f2a986a2
commit 2cbf625483
2 changed files with 0 additions and 4 deletions

View File

@ -15,9 +15,6 @@
-->
<script type="text/html" data-template-name="inject">
<div class="form-row" style="margin-bottom:0;">
<label style="width: auto"><i class="fa fa-list"></i> <span data-i18n="inject.label.properties"></span></label>
</div>
<div class="form-row node-input-property-container-row">
<ol id="node-input-property-container"></ol>

View File

@ -37,7 +37,6 @@
"stopped": "stopped",
"failed": "Inject failed: __error__",
"label": {
"properties": "Properties",
"repeat": "Repeat",
"flow": "flow context",
"global": "global context",