mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00: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:
parent
bb616903ee
commit
e967f00977
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue