mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
allow setting meshcentral assistant type for agentinvites (#5672)
* allow setting meshcentral assistant type for agentinvites Signed-off-by: si458 <simonsmith5521@gmail.com> * forgot webserver for assistantTypeAgentInvite Signed-off-by: si458 <simonsmith5521@gmail.com> * dont use capital letters with domain args Signed-off-by: si458 <simonsmith5521@gmail.com> --------- Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -389,7 +389,7 @@
|
||||
QH('unlinuxinstall', linuxUnInstall);
|
||||
|
||||
// MeshCentral Assistant
|
||||
url = 'meshagents?id=10006&meshid=' + meshid;
|
||||
url = 'meshagents?id=10006&meshid=' + meshid + '&ac={{{assistanttype}}}';
|
||||
Q('assisturl').href = url;
|
||||
|
||||
// Android Setup
|
||||
|
||||
Reference in New Issue
Block a user