Fix for #2820
This commit is contained in:
parent
d68afe9d79
commit
d6ca8180a5
|
@ -218,13 +218,23 @@
|
|||
"terminal": "{0} started a remote terminal session.",
|
||||
"files": "{0} started a remote files session."
|
||||
},
|
||||
"agentCustomization": {
|
||||
"_agentCustomization": {
|
||||
"displayName": "Compagny® Product™",
|
||||
"description": "Compagny® Product™ agent for remote monitoring, management and assistance.",
|
||||
"companyName": "Compagny",
|
||||
"serviceName": "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",
|
||||
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
|
||||
"_agentAllowedIP": "192.168.0.100/24",
|
||||
|
|
Loading…
Reference in New Issue