forked from community/device-mgt-plugins
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