diff --git a/views/default.handlebars b/views/default.handlebars index ffa87ac8..995fe303 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -3794,7 +3794,7 @@ if (((view == 1) || (view == 3) || (view == 5)) && (current != null)) { r += ''; } // Close collapse div deviceHeaderSet(); var extra = ''; - if (view == 2) { r += ''; } + if (view == 2) { r += ''; } if (meshes[node.meshid] && (meshes[node.meshid].mtype == 1)) { extra = '' + ", Intel® AMT only" + ''; } if (meshes[node.meshid] && (meshes[node.meshid].mtype == 3)) { extra = '' + ", Local Devices" + ''; } if ((view == 1) && (current != null)) { if (c == 2) { r += '
'; } if (r != '') { r += ''; } } @@ -3826,7 +3826,7 @@ deviceHeaderSet(); if ((view == 1) && (current !== null)) { if (c == 2) { r += '
'; } if (r != '') { r += ''; } } - if (view == 2) { r += ''; } + if (view == 2) { r += ''; } r += '
'; if ((view == 1) || (view == 2) || (view == 3) || (view == 5)) { var collapsed = CollapsedGroups['pwr:' + pwr]; @@ -3903,7 +3903,7 @@ for (var j in groupNames) { var i = groupNames[j]; if (view == 2) { - r += '
'; + r += '
'; var collapsed = CollapsedGroups['tag:' + encodeURIComponentEx(i)]; r += ''; // Collapse action r += '' + groupCount[i] + ' node' + ((groupCount[i] > 1) ? 's' : '') + '' + EscapeHtml(i).split('|').join(' → ').split('**INDV*~*DEVS**').join('' + "Individual Devices" + '') + '
' + groups[i];