mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Removing form-row label.
This commit is contained in:
parent
44f2a986a2
commit
2cbf625483
@ -15,9 +15,6 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<script type="text/html" data-template-name="inject">
|
<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">
|
<div class="form-row node-input-property-container-row">
|
||||||
<ol id="node-input-property-container"></ol>
|
<ol id="node-input-property-container"></ol>
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
"stopped": "stopped",
|
"stopped": "stopped",
|
||||||
"failed": "Inject failed: __error__",
|
"failed": "Inject failed: __error__",
|
||||||
"label": {
|
"label": {
|
||||||
"properties": "Properties",
|
|
||||||
"repeat": "Repeat",
|
"repeat": "Repeat",
|
||||||
"flow": "flow context",
|
"flow": "flow context",
|
||||||
"global": "global context",
|
"global": "global context",
|
||||||
|
Loading…
Reference in New Issue
Block a user