diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 904817c3..9ae89bf1 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -5968,7 +5968,7 @@ if (currentMesh.mtype == 1) meshtype = "Intel® AMT only, no agent"; if (currentMesh.mtype == 2) meshtype = "Managed using a software agent"; if (currentMesh.mtype == 3) meshtype = "Local devices, no agent"; - if (currentMesh.mtype == 4) { meshtype = "IP KVM device"; if (currentMesh.kvm.model == 1) { meshtype += ', ' + 'Raritan KX III'; } } + if (currentMesh.mtype == 4) { meshtype = "IP-KVM device"; if (currentMesh.kvm.model == 1) { meshtype += ', ' + 'Raritan KX III'; } } var x = ''; x += addHtmlValue("Name", addLinkConditional(EscapeHtml(currentMesh.name), 'p20editmesh(1)', (meshrights & 1) != 0)); @@ -5976,7 +5976,7 @@ x += addHtmlValue("Type", meshtype); //x += addHtmlValue('Identifier', currentMesh._id.split('/')[2]); - // Display IP KVM information if needed + // Display IP-KVM information if needed if (currentMesh.mtype == 4) { x += addHtmlValue("Hostname", currentMesh.kvm.host); x += addHtmlValue("Username", currentMesh.kvm.user); diff --git a/views/default.handlebars b/views/default.handlebars index 52ebdfd7..d4513593 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -5150,7 +5150,7 @@ if (node.porttype == 'PDU') { states.push('' + "Switch" + ''); } else { - states.push('' + "IP-KVM" + ''); + states.push('' + "IP-KVM" + ''); } } else { states.push('' + "Agent" + ''); @@ -11390,7 +11390,7 @@ var x = "Create a new device group using the options below." + '

', localGroupType = ''; x += addHtmlValue("Name", ''); if ((features & 1) == 0) { localGroupType += ''; } - if (features2 & 0x10000) { localGroupType += ''; } + if (features2 & 0x10000) { localGroupType += ''; } x += addHtmlValue("Type", '
'); x += addHtmlValue("Description", '
'); x += '