Merge branch 'release-3.0.x' of https://github.com/wso2/carbon-device-mgt-plugins into release-3.0.x

This commit is contained in:
ayyoob 2017-01-16 18:30:01 +05:30
commit 76326b936c
2 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ function onRequest(context) {
var deviceId = request.getParameter("deviceId");
//Redirects to the portal app as we do not use the old analytics view.
response.sendRedirect(context.app.conf["portalURL"] + "/portal/dashboards/android-iot/real-time?owner=" + user.username + "&deviceId=" + deviceId);
response.sendRedirect(context.app.conf["portalURL"] + "/portal/dashboards/android-iot/sensors?owner=" + user.username + "&deviceId=" + deviceId);
}