switch apps and servers on jsgui home page
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/304e7086 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/304e7086 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/304e7086 Branch: refs/heads/master Commit: 304e70861cb1a995233dcd1566ad3de0cdf27e51 Parents: b5a15a9 Author: Alex Heneveld <[email protected]> Authored: Fri Jan 23 10:32:07 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Fri Jan 23 11:44:37 2015 +0000 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/tpl/home/applications.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/304e7086/usage/jsgui/src/main/webapp/assets/tpl/home/applications.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/home/applications.html b/usage/jsgui/src/main/webapp/assets/tpl/home/applications.html index 474415e..00f4ebc 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/home/applications.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/home/applications.html @@ -37,8 +37,6 @@ under the License. <div class="apps-summary-container"> - <div id="ha-summary"></div> - <div id="applications"> <table class="table table-striped table-bordered table-condensed"> <thead> @@ -50,6 +48,8 @@ under the License. </table> </div> + <div id="ha-summary"></div> + <dl class="dl-horizontal"></dl> <div id="new-application-resource"> <button id="add-new-application" type="button" class="btn btn-info">
