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

Fixed star device webapp update.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-12 12:09:35 -07:00
parent 8cd7139c3e
commit 84a379ce71
2 changed files with 6 additions and 1 deletions

View file

@ -1140,6 +1140,7 @@
updateDevices();
if (Q('SearchInput').value == '*') { onSearchInputChanged(); }
}
if (currentNode) { refreshDevice(currentNode._id); }
}
break;
}