Repository: stratos Updated Branches: refs/heads/master 82961f313 -> b29385025
fix redirect issue after forcefull undeployment Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b2938502 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b2938502 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b2938502 Branch: refs/heads/master Commit: b29385025f703c72969b5010fd167ef1f6fb014b Parents: 82961f3 Author: Dakshika Jayathilaka <[email protected]> Authored: Wed Jun 24 05:42:25 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Wed Jun 24 05:43:20 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/applications_topology.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b2938502/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_topology.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_topology.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_topology.hbs index 0deb7c9..72300bc 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_topology.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_topology.hbs @@ -174,8 +174,8 @@ var payload =$(this).attr("value"); var n = noty({text: data.message, layout: 'bottomRight', type: 'success'}); } window.setTimeout(function(){ - location.reload(); - }, 1000); + window.location.href = '../'; + }, 1500); } }).always(function () {
