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

Added device session notification to mobile webapp.

This commit is contained in:
Ylian Saint-Hilaire 2020-05-12 00:42:15 -07:00
parent 2b4336e222
commit 4ac830df85
4 changed files with 1910 additions and 1794 deletions

View file

@ -3172,7 +3172,7 @@
if (showRealNames == true && node.rname != null) name = EscapeHtml(node.rname);
if (name.length == 0) { name = '<i>' + "None" + '</i>'; }
// Setup device notification (TODO)
// Setup device notification
var devNotify = '';
if (node.sessions != null) {
if (view == 2) {