mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fix for #2820
This commit is contained in:
parent
d68afe9d79
commit
d6ca8180a5
1 changed files with 11 additions and 1 deletions
|
@ -218,13 +218,23 @@
|
||||||
"terminal": "{0} started a remote terminal session.",
|
"terminal": "{0} started a remote terminal session.",
|
||||||
"files": "{0} started a remote files session."
|
"files": "{0} started a remote files session."
|
||||||
},
|
},
|
||||||
"agentCustomization": {
|
"_agentCustomization": {
|
||||||
"displayName": "Compagny® Product™",
|
"displayName": "Compagny® Product™",
|
||||||
"description": "Compagny® Product™ agent for remote monitoring, management and assistance.",
|
"description": "Compagny® Product™ agent for remote monitoring, management and assistance.",
|
||||||
"companyName": "Compagny",
|
"companyName": "Compagny",
|
||||||
"serviceName": "compagnyagent",
|
"serviceName": "compagnyagent",
|
||||||
"fileName": "compagnyagent"
|
"fileName": "compagnyagent"
|
||||||
},
|
},
|
||||||
|
"_assistantCustomization": {
|
||||||
|
"title": "Compagny® Product™",
|
||||||
|
"image": "assistant-logo.png",
|
||||||
|
"fileName": "compagny"
|
||||||
|
},
|
||||||
|
"_androidCustomization": {
|
||||||
|
"title": "Compagny® Product™",
|
||||||
|
"subtitle": "Product Subtitle™",
|
||||||
|
"image": "assistant-logo.png"
|
||||||
|
},
|
||||||
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||||
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
|
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
|
||||||
"_agentAllowedIP": "192.168.0.100/24",
|
"_agentAllowedIP": "192.168.0.100/24",
|
||||||
|
|
Loading…
Reference in a new issue