small bug fixes
This commit is contained in:
15
mgc.html
15
mgc.html
@@ -57,13 +57,13 @@
|
||||
const node = this;
|
||||
|
||||
// Validate logger properties using the logger menu
|
||||
if (window.EVOLV?.nodes?.measurement?.loggerMenu?.saveEditor) {
|
||||
success = window.EVOLV.nodes.measurement.loggerMenu.saveEditor(node);
|
||||
if (window.EVOLV?.nodes?.machineGroupControl?.loggerMenu?.saveEditor) {
|
||||
success = window.EVOLV.nodes.machineGroupControl.loggerMenu.saveEditor(node);
|
||||
}
|
||||
|
||||
// save position field
|
||||
if (window.EVOLV?.nodes?.rotatingMachine?.positionMenu?.saveEditor) {
|
||||
window.EVOLV.nodes.rotatingMachine.positionMenu.saveEditor(this);
|
||||
if (window.EVOLV?.nodes?.machineGroupControl?.positionMenu?.saveEditor) {
|
||||
window.EVOLV.nodes.machineGroupControl.positionMenu.saveEditor(this);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -78,13 +78,6 @@
|
||||
|
||||
<!-- Position fields injected here -->
|
||||
<div id="position-fields-placeholder"></div>
|
||||
|
||||
|
||||
<div class="form-tips"></div>
|
||||
<b>Tip:</b> Ensure that the "Name" field is unique to easily identify the node.
|
||||
Enable logging if you need detailed information for debugging purposes.
|
||||
Choose the appropriate log level based on the verbosity required.
|
||||
</div>
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user