mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Version change
This commit is contained in:
parent
9f5bce83fe
commit
49750f9b97
3 changed files with 6 additions and 3 deletions
|
@ -3063,7 +3063,7 @@
|
|||
var deviceHeaders = {};
|
||||
var oldviewmode = 0;
|
||||
function updateDevices() {
|
||||
if (nodes == null) { return; }
|
||||
if ((nodes == null) || (xxcurrentView != 1)) { return; }
|
||||
var r = '', c = 0, current = null, count = 0, scount = 0, displayedMeshes = {}, view = Q('viewselect').value, groups = {}, groupCount = {};
|
||||
QV('xdevices', view < 4);
|
||||
QV('xdevicesmap', view == 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue