From e1aa0e5236993774ce8848e6cab76c8cf50ea075 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 11 Dec 2015 14:39:28 +0530 Subject: [PATCH] moving into cdmf layout --- .../devicemgt/app/pages/iot.page.register/register.json | 2 +- .../pages/cdmf.page.platform.configuration/configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json index 13a1bda7e0..1960a4d9c5 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json @@ -1,5 +1,5 @@ { "version": "1.0.0", "uri": "/register", - "layout": "uuf.layout.sign-in" + "layout": "cdmf.layout.sign-in" } \ No newline at end of file diff --git a/features/device-mgt-mdm-feature/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.platform.configuration/configuration.json b/features/device-mgt-mdm-feature/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.platform.configuration/configuration.json index 10d6483289..7316b1146c 100644 --- a/features/device-mgt-mdm-feature/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.platform.configuration/configuration.json +++ b/features/device-mgt-mdm-feature/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.platform.configuration/configuration.json @@ -1,5 +1,5 @@ { "version": "1.0.0", "uri": "/platform-configuration", - "layout": "uuf.layout.default" + "layout": "cdmf.layout.default" } \ No newline at end of file