mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed database and webserver race condition.
This commit is contained in:
parent
6d38294aea
commit
8f352de5b9
6 changed files with 174 additions and 154 deletions
|
@ -1755,7 +1755,6 @@
|
|||
var deviceHeaders = {};
|
||||
var oldviewmode = 0;
|
||||
function updateDevices() {
|
||||
if (xxcurrentView != 1) return;
|
||||
var r = '', c = 0, current = null, count = 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