From: Scott Baker Date: Thu, 6 Nov 2014 06:16:10 +0000 (-0800) Subject: dashboard version of xosAdminSite that uses existing navbar and base.html X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a59a75177ea7996fb51ce0dcdfa5bf28c9434ab2;p=plstackapi.git dashboard version of xosAdminSite that uses existing navbar and base.html --- 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; +}