From 7e32503054362d6b5a1a3d98106284e521cee9be Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 31 Jan 2011 18:15:43 +0100 Subject: [PATCH] bacula-web: Changed main dashboard layout - Added third column to main dashboard --- gui/bacula-web/style/default.css | 9 ++++++++- gui/bacula-web/templates/index.tpl | 7 ++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index b5eda16823..4c6a60e58e 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -78,9 +78,16 @@ a:link, a:visited, a:hover, a:visited { background-color: #FFFFFF; } +#main_middle { + position: absolute; + left:420px; + width: 400px; + border: none; + margin-top: 0px; +} #main_right { position: absolute; - left:420px; + left: 830px; width: 400px; border: none; margin-top: 0px; diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 4347b4e3aa..d752c37fc7 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -53,7 +53,7 @@ -
+

Last 24 hours status @@ -112,9 +112,10 @@

+
- {include file="$last_report"} - +
+ {include file="$last_report"}
{include file="footer.tpl"} -- 2.39.5