small bug fixes

This commit is contained in:
znetsixe
2025-07-31 09:10:34 +02:00
parent 2aeb876c0d
commit de5652b73d
7 changed files with 7 additions and 1961 deletions

View File

@@ -94,7 +94,7 @@ class nodeClass {
// Determine overall status based on available machines
const status =
availableMachines.length > 0
? `${availableMachines.length} machines`
? `${availableMachines.length} machine(s) connected`
: "No machines";
let scalingSymbol = "";
@@ -197,7 +197,7 @@ class nodeClass {
const RED = this.RED;
switch (msg.topic) {
case "registerChild":
console.log(`Registering child in mgc: ${msg.payload}`);
//console.log(`Registering child in mgc: ${msg.payload}`);
const childId = msg.payload;
const childObj = RED.nodes.getNode(childId);
mg.childRegistrationUtils.registerChild(