Updated Branches: refs/heads/trunk a3e3d487a -> 25f4e874e
Polished Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/25f4e874 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/25f4e874 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/25f4e874 Branch: refs/heads/trunk Commit: 25f4e874eb893c7ff24d0747e2b26006578ac80f Parents: a3e3d48 Author: Claus Ibsen <[email protected]> Authored: Fri Nov 22 11:01:35 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Nov 22 11:01:35 2013 +0100 ---------------------------------------------------------------------- activemq-web-console/src/main/webapp/403.html | 3 +-- activemq-web-console/src/main/webapp/404.html | 3 +-- activemq-web-console/src/main/webapp/500.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/25f4e874/activemq-web-console/src/main/webapp/403.html ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/403.html b/activemq-web-console/src/main/webapp/403.html index 9c59ab5..f7c7967 100644 --- a/activemq-web-console/src/main/webapp/403.html +++ b/activemq-web-console/src/main/webapp/403.html @@ -81,8 +81,7 @@ <p>You don't have permissions to execute this action?</p> <ul class="alternate" type="square"> - <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> - <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li> + <li><a title="ActiveMQ Consoles" href="/">ActiveMQ Console</a></li> </ul> </div> </td> http://git-wip-us.apache.org/repos/asf/activemq/blob/25f4e874/activemq-web-console/src/main/webapp/404.html ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/404.html b/activemq-web-console/src/main/webapp/404.html index 10f7fb0..49820e9 100644 --- a/activemq-web-console/src/main/webapp/404.html +++ b/activemq-web-console/src/main/webapp/404.html @@ -81,8 +81,7 @@ <p>What do you want to do next?</p> <ul class="alternate" type="square"> - <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> - <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li> + <li><a title="ActiveMQ Consoles" href="/">ActiveMQ Console</a></li> </ul> </div> </td> http://git-wip-us.apache.org/repos/asf/activemq/blob/25f4e874/activemq-web-console/src/main/webapp/500.html ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/500.html b/activemq-web-console/src/main/webapp/500.html index 36cab4f..a13c596 100644 --- a/activemq-web-console/src/main/webapp/500.html +++ b/activemq-web-console/src/main/webapp/500.html @@ -82,8 +82,7 @@ <p>What do you want to do next?</p> <ul class="alternate" type="square"> - <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> - <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li> + <li><a title="ActiveMQ Consoles" href="/">ActiveMQ Console</a></li> </ul> </div> </td>
