Repository: stratos Updated Branches: refs/heads/master 2a7f2758e -> 571bda5d5
Redirect /console when clicked on Stratos logo on error pages Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/d4c581c3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d4c581c3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d4c581c3 Branch: refs/heads/master Commit: d4c581c3326f0441b0412bd1e15837867d01ea8f Parents: 2a7f275 Author: Chamila de Alwis <[email protected]> Authored: Sat Apr 4 16:34:02 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Sat Apr 4 23:52:02 2015 +0530 ---------------------------------------------------------------------- .../console/errorhtml/error-404.html | 2 +- .../console/errorhtml/error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/d4c581c3/components/org.apache.stratos.manager.console/console/errorhtml/error-404.html ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/errorhtml/error-404.html b/components/org.apache.stratos.manager.console/console/errorhtml/error-404.html index 27c7b3d..ae6e92e 100644 --- a/components/org.apache.stratos.manager.console/console/errorhtml/error-404.html +++ b/components/org.apache.stratos.manager.console/console/errorhtml/error-404.html @@ -38,7 +38,7 @@ <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button> - <a class="navbar-brand logo" href=""><img src="/console/themes/theme0/images/stratos-logo.png"></a> + <a class="navbar-brand logo" href="/console"><img src="/console/themes/theme0/images/stratos-logo.png"></a> </div> </div> http://git-wip-us.apache.org/repos/asf/stratos/blob/d4c581c3/components/org.apache.stratos.manager.console/console/errorhtml/error.html ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/errorhtml/error.html b/components/org.apache.stratos.manager.console/console/errorhtml/error.html index 0fd1d65..2b77386 100644 --- a/components/org.apache.stratos.manager.console/console/errorhtml/error.html +++ b/components/org.apache.stratos.manager.console/console/errorhtml/error.html @@ -38,7 +38,7 @@ <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button> - <a class="navbar-brand logo" href=""><img src="/console/themes/theme0/images/stratos-logo.png"></a> + <a class="navbar-brand logo" href="/console"><img src="/console/themes/theme0/images/stratos-logo.png"></a> </div> </div>
