From deb42f7647c04032a75cf48d92bec6895bfe08df Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 11 Mar 2011 10:11:47 +0100 Subject: [PATCH] bacula-web: Changed main dashboard layout --- gui/bacula-web/style/default.css | 2 +- gui/bacula-web/templates/index.tpl | 96 +++++++++++++++--------------- 2 files changed, 50 insertions(+), 48 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index 4c6a60e58e..4419c49701 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -88,7 +88,7 @@ a:link, a:visited, a:hover, a:visited { #main_right { position: absolute; left: 830px; - width: 400px; + width: 350px; border: none; margin-top: 0px; } diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 81fee8fd63..655b36e235 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -18,24 +18,7 @@ {include file=header.tpl}
- -
-

Overall status

- - - - - - - - - - - - - -
{t}Clients{/t} {$clientes_totales}
{t}Total bytes stored{/t} {$stored_bytes}
{t}Total files{/t} {$files_totales} file(s)
{t}Database size{/t} {$database_size}
-
+
@@ -54,35 +37,6 @@
- -
-

Last 24 hours status - -

- - - - - - - - - - - - - - - - - - - - - -
Failed jobs{$failed_jobs}
Completed jobs{$completed_jobs}
Waiting jobs{$waiting_jobs}
Transferred Bytes{$bytes_totales}
- -

@@ -115,6 +69,54 @@

+ +
+

Overall status

+ + + + + + + + + + + + + +
{t}Clients{/t} {$clientes_totales}
{t}Total bytes stored{/t} {$stored_bytes}
{t}Total files{/t} {$files_totales} file(s)
{t}Database size{/t} {$database_size}
+
+ + +
+

Last 24 hours status + +

+ + + + + + + + + + + + + + + + + + + + + +
Failed jobs{$failed_jobs}
Completed jobs{$completed_jobs}
Waiting jobs{$waiting_jobs}
Transferred Bytes{$bytes_totales}
+
+ {include file="$last_report"}
-- 2.39.5