Repository: stratos Updated Branches: refs/heads/master 1c802d6a8 -> bfed0e6ca
Link to /console from Error Page Logo instead of / Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/bfed0e6c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bfed0e6c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bfed0e6c Branch: refs/heads/master Commit: bfed0e6cafa3a33c366492ef1efa848a72d6d491 Parents: 1c802d6 Author: Udara Liyanage <[email protected]> Authored: Mon Aug 25 16:28:27 2014 +0530 Committer: Udara Liyanage <[email protected]> Committed: Mon Aug 25 16:28:27 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.manager.console/console/error-404.html | 2 +- components/org.apache.stratos.manager.console/console/error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/bfed0e6c/components/org.apache.stratos.manager.console/console/error-404.html ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/error-404.html b/components/org.apache.stratos.manager.console/console/error-404.html index 71ad847..5f121d0 100644 --- a/components/org.apache.stratos.manager.console/console/error-404.html +++ b/components/org.apache.stratos.manager.console/console/error-404.html @@ -67,7 +67,7 @@ <div class="container"> <div class="row"> <div class="col-lg-12"> - <a style="margin-top: 20px;display: inline-block" href="/"><img src="themes/theme1/ui/img/logo-login.png"/></a> + <a style="margin-top: 20px;display: inline-block" href="/console"><img src="themes/theme1/ui/img/logo-login.png"/></a> <h1>OOPS!</h1> </div> http://git-wip-us.apache.org/repos/asf/stratos/blob/bfed0e6c/components/org.apache.stratos.manager.console/console/error.html ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/error.html b/components/org.apache.stratos.manager.console/console/error.html index c4436ec..c562b1c 100644 --- a/components/org.apache.stratos.manager.console/console/error.html +++ b/components/org.apache.stratos.manager.console/console/error.html @@ -67,7 +67,7 @@ <div class="container"> <div class="row"> <div class="col-lg-12"> - <a style="margin-top: 20px;display: inline-block" href="/"><img src="themes/theme1/ui/img/logo-login.png"/></a> + <a style="margin-top: 20px;display: inline-block" href="/console"><img src="themes/theme1/ui/img/logo-login.png"/></a> <h1>OOPS!</h1> </div>
