mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-04 10:25:58 -05:00
fix invite code installation type display #4541
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
707982a71b
commit
87c5745594
@ -14411,7 +14411,7 @@
|
||||
var x = "Invitation codes can be used by anyone to join devices to this device group using the following public link:" + '<br /><br />';
|
||||
x += '<div style=width:100%;text-align:center><a rel="noreferrer noopener" target=_blank href="' + url + '">' + url + '</a></div><br />';
|
||||
x += addHtmlValue("Invite Codes", currentMesh.invite.codes.join(', '));
|
||||
x += addHtmlValue("Installation Type", ["Background and interactive", "Background only", "Interactive only"][currentMesh.invite.flags & 3]);
|
||||
x += addHtmlValue("Installation Type", ["Background and interactive", "Interactive only", "Background only"][currentMesh.invite.flags & 3]);
|
||||
setDialogMode(2, "Invite Codes", 1, null, x);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user