From a40ce98698d648dc3f03f79de979f43db9ef894f Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Sat, 29 Oct 2016 23:47:36 +0530 Subject: [PATCH] Make analytics and groups view disable for mobile plugins --- .../private/config.json | 10 ++++++---- .../private/config.json | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/private/config.json b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/private/config.json index 3601ecb510..c71fcbc04b 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/private/config.json +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/private/config.json @@ -1,6 +1,8 @@ { - "deviceType": { - "label": "Android", - "category" : "mobile" - } + "deviceType": { + "label": "Android", + "category": "mobile", + "analyticsEnabled": "false", + "groupingEnabled": "false" + } } diff --git a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/config.json b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/config.json index 33823e6653..66364b5d1e 100644 --- a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/config.json +++ b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.windows.type-view/private/config.json @@ -1,6 +1,8 @@ { - "deviceType": { - "label": "Windows", - "category" : "mobile" - } + "deviceType": { + "label": "Windows", + "category": "mobile", + "analyticsEnabled": "false", + "groupingEnabled": "false" + } }