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:
parent
2b4336e222
commit
4ac830df85
4 changed files with 1910 additions and 1794 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue