1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

remove old rc option from exec node for 1.0

(not removing functionality so old flows will keep working - just removing option to select it)
This commit is contained in:
Dave Conway-Jones 2019-09-12 17:01:11 +01:00
parent 7c7be378bc
commit 89d0d6ec93
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -35,11 +35,6 @@
<option value="true" data-i18n="exec.opt.spawn"></option>
</select>
</div>
<div class="form-row">
<label>&nbsp;</label>
<input type="checkbox" id="node-input-oldrc" style="display:inline-block; width:auto; vertical-align:top;">
<label for="node-input-oldrc" style="width:70%;"><span data-i18n="exec.oldrc"></span></label>
</div>
<div class="form-row">
<label for="node-input-timer"><i class="fa fa-clock-o"></i> <span data-i18n="exec.label.timeout"></span></label>
<input type="text" id="node-input-timer" style="width:65px;" data-i18n="[placeholder]exec.label.timeoutplace">