Aggiungi override probe TCP keepalive
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
<label><i class="fa fa-clock-o"></i> <span>Keepalive</span></label>
|
||||
<input type="text" id="node-input-keepalive" style="text-align:end; width:200px !important">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label><i class="fa fa-times-circle"></i> <span>Missed keepalives</span></label>
|
||||
<input type="text" id="node-input-keepaliveProbes" style="text-align:end; width:120px !important">
|
||||
</div>
|
||||
|
||||
<div id="node-row-newline" class="form-row hidden" style="padding-left:110px;">
|
||||
<span data-i18n="tcpin.label.delimited"></span> <input type="text" id="node-input-newline" style="width:110px;">
|
||||
@@ -72,6 +76,7 @@
|
||||
datatype: { value: "buffer" },
|
||||
newline: { value: "" },
|
||||
keepalive: { value: "120000" },
|
||||
keepaliveProbes: { value: "0" },
|
||||
topic: { value: "" },
|
||||
base64: {/*deprecated*/ value: false, required: true }
|
||||
},
|
||||
@@ -109,6 +114,7 @@
|
||||
$("#node-input-datatype").change(updateOptions);
|
||||
$("#node-input-datamode").change(updateOptions);
|
||||
$("#node-input-keepalive").spinner({ min: 1 });
|
||||
$("#node-input-keepaliveProbes").spinner({ min: 0 });
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user