mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Make analytics and groups view disable for mobile plugins
This commit is contained in:
parent
8cbd68bcc6
commit
a40ce98698
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"deviceType": {
|
"deviceType": {
|
||||||
"label": "Android",
|
"label": "Android",
|
||||||
"category" : "mobile"
|
"category": "mobile",
|
||||||
}
|
"analyticsEnabled": "false",
|
||||||
|
"groupingEnabled": "false"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"deviceType": {
|
"deviceType": {
|
||||||
"label": "Windows",
|
"label": "Windows",
|
||||||
"category" : "mobile"
|
"category": "mobile",
|
||||||
}
|
"analyticsEnabled": "false",
|
||||||
|
"groupingEnabled": "false"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user