Index: ssts-web/src/main/webapp/homepage/portalPage.jsp =================================================================== diff -u -r38545 -r38629 --- ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 38545) +++ ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 38629) @@ -454,7 +454,7 @@ success : function(response, options) { var result = Ext4.decode(response.responseText,true); if(result.success){ - var url = WWWROOT+'/disinfectsystem/config/'+profile+'/realTimeDashboards/index.jsp'; + var url = WWWROOT+'/disinfectsystem/realTimeDashboards/index.jsp'; top.realTimeDashboardsWindow = openFullSizeWindowWithName(url,null,"realTimeDashboardsWindow"); } }