1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Version change

This commit is contained in:
Ylian Saint-Hilaire 2020-05-15 14:11:52 -07:00
parent 9f5bce83fe
commit 49750f9b97
3 changed files with 6 additions and 3 deletions

View file

@ -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);