mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-27 02:04:30 +03:00
Fixed web page error, #3650
This commit is contained in:
parent
196eccf330
commit
bc6d3ce8a0
@ -4049,7 +4049,7 @@
|
||||
}
|
||||
} else {
|
||||
// If sorted by "Groups-Tags" and a device has no tags, put in a group only section.
|
||||
if ((sort == 4) && ((node.tags == null) || (node.tags.length == 0))) {
|
||||
if ((sort == 4) && (mesh2 != null) && ((node.tags == null) || (node.tags.length == 0))) {
|
||||
var tag = mesh2.name;
|
||||
var collapsed = CollapsedGroups['tag:' + encodeURIComponentEx(tag)];
|
||||
var r2 = r.replace('**xx**xx*TaG*xx**xx**', encodeURIComponentEx(tag) + (collapsed?' style=display:none':''));
|
||||
|
Loading…
Reference in New Issue
Block a user