From 22f02c40622c4bc386571a49bf258d0794e85219 Mon Sep 17 00:00:00 2001 From: charitha Date: Thu, 30 Aug 2018 11:51:16 +0530 Subject: [PATCH] Update manager urls and product version --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 4 ++-- .../devicemgt/app/units/cdmf.unit.footer/footer.hbs | 4 ++-- .../uuf-template-app/app/units/uuf.unit.footer/footer.hbs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json index 63171a1595..406dde9f3a 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json @@ -6,7 +6,7 @@ "httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%", "httpURL": "http://%iot.gateway.host%:%iot.gateway.http.port%", "wssURL": "https://%iot.core.host%:%iot.core.https.port%", - "remoteSessionWSURL": "https://%iot.core.host%:%iot.core.https.port%", + "remoteSessionWSURL": "https://%iot.manager.host%:%iot.manager.https.port%", "portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%", "dashboardServerURL": "%https.ip%", "androidAgentDownloadURL": "%https.ip%/devicemgt/public/cdmf.unit.device.type.android.type-view/assets/android-agent.apk", @@ -56,7 +56,7 @@ "roleNameHelpMsg": "should be in minimum 3 characters long and do not include any whitespaces." }, "generalConfig": { - "host": "%http.ip%", + "host": "https://%iot.manager.host%:%iot.manager.https.port%", "companyName": "WSO2 Carbon Device Manager", "browserTitle": "WSO2 Device Manager", "copyrightPrefix": "\u00A9 %date-year%, ", diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.footer/footer.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.footer/footer.hbs index 2a6e296cc4..5dc662d3db 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.footer/footer.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.footer/footer.hbs @@ -17,8 +17,8 @@ }} {{#zone "footer"}}

- - WSO2 IoT Server{{#unless isCloud}} 3.2.0{{/unless}} | © , + + WSO2 IoT Server{{#unless isCloud}} 3.3.1{{/unless}} | © , Inc. All Rights Reserved.

{{/zone}} \ No newline at end of file diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.footer/footer.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.footer/footer.hbs index a5127d5622..f981d80ffc 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.footer/footer.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.footer/footer.hbs @@ -17,8 +17,8 @@ }} {{#zone "footer"}}

- - WSO2 IoT Server 3.2.0 | © , + + WSO2 IoT Server 3.3.1 | © , Inc. All Rights Reserved.

{{/zone}} \ No newline at end of file