diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json index 93c0fef2e1..65d3f51ceb 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/app-conf.json @@ -4,7 +4,7 @@ "debuggingEnabled": false, "permissionRoot": "/", "portalURL": "https://${server.ip}:9445", - "loginPage": "cdmf.page.sign-in", + "loginPage": "cdmf.page.sign-in.login-do", "adminServicesUrl": "https://${server.ip}:${server.https_port}/admin/services/", "authModule": { "enabled": true, @@ -15,12 +15,12 @@ }, "onFail": { "script": "/app/modules/login.js", - "page": "cdmf.page.sign-in" + "page": "cdmf.page.sign-in.login-do" } }, "logout": { "onSuccess": { - "page": "cdmf.page.sign-in" + "page": "cdmf.page.sign-in.login-do" }, "onFail": { "page": "cdmf.page.dashboard" diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.sign-in.consent-do/consent-do.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.sign-in.consent-do/consent-do.hbs new file mode 100644 index 0000000000..a14d591384 --- /dev/null +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.sign-in.consent-do/consent-do.hbs @@ -0,0 +1,73 @@ +{{! + Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + + WSO2 Inc. licenses this file to you under the Apache License, + Version 2.0 (the "License"); you may not use this file except + in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +}} +{{#zone "title"}}{{! to override parent page title }}{{/zone}} +{{unit "cdmf.unit.ui.title" pageTitle="Consent Page"}} + +{{#zone "content"}} +
User Consents
+Login
+{{stat}}
+Login
-