From a59a75177ea7996fb51ce0dcdfa5bf28c9434ab2 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 5 Nov 2014 22:16:10 -0800 Subject: [PATCH] dashboard version of xosAdminSite that uses existing navbar and base.html --- .../xoslib/dashboards/xosAdminDashboard.html | 47 +++++++++++++++++++ .../xoslib/static/css/xosAdminDashboard.css | 20 ++++++++ 2 files changed, 67 insertions(+) create mode 100644 planetstack/core/xoslib/dashboards/xosAdminDashboard.html create mode 100644 planetstack/core/xoslib/static/css/xosAdminDashboard.css diff --git a/planetstack/core/xoslib/dashboards/xosAdminDashboard.html b/planetstack/core/xoslib/dashboards/xosAdminDashboard.html new file mode 100644 index 0000000..b3dca1a --- /dev/null +++ b/planetstack/core/xoslib/dashboards/xosAdminDashboard.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + +
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + + + +
statusoperationcodemessage
+ +
+ +{% include 'xosAdmin.html' %} diff --git a/planetstack/core/xoslib/static/css/xosAdminDashboard.css b/planetstack/core/xoslib/static/css/xosAdminDashboard.css new file mode 100644 index 0000000..b2d4740 --- /dev/null +++ b/planetstack/core/xoslib/static/css/xosAdminDashboard.css @@ -0,0 +1,20 @@ +.breadcrumb { + display: none; +} + +.btn-xos-detail { + display: none; +} + +#logPanel { + display: none; +} + +#contentButtonPanel { + float: right; + width: 200px; +} + +#contentInner { + margin-right: 200px; +} -- 2.43.0