From f89b0741adcf8333019dd1d08055ca437521f1f8 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Tue, 30 Nov 2010 15:05:14 +0100 Subject: [PATCH] bacula-web: Modified layout for main dashboard - Moved Last job status in Reports box - Moved Last month links in Reports box - Added title to link in Navigation bar (jobs.tpl) --- gui/bacula-web/templates/index.tpl | 12 +--------- gui/bacula-web/templates/jobs.tpl | 2 +- gui/bacula-web/templates/last_run_report.tpl | 25 ++++++++++++++------ 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 32b65acca8..089ad1af41 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -38,16 +38,6 @@ {t}Database size{/t}: {$database_size} - - - {t}Last month, bytes transferred{/t} - - - - - {t}Last month, bytes transferred (pie){/t} - - @@ -59,7 +49,7 @@ {else} - {/if} + {/if} diff --git a/gui/bacula-web/templates/jobs.tpl b/gui/bacula-web/templates/jobs.tpl index c37f94aa49..e72fe5616b 100644 --- a/gui/bacula-web/templates/jobs.tpl +++ b/gui/bacula-web/templates/jobs.tpl @@ -18,7 +18,7 @@ {include file=header.tpl}
diff --git a/gui/bacula-web/templates/last_run_report.tpl b/gui/bacula-web/templates/last_run_report.tpl index 3c0f7100c9..f7bd6b0b83 100644 --- a/gui/bacula-web/templates/last_run_report.tpl +++ b/gui/bacula-web/templates/last_run_report.tpl @@ -16,12 +16,6 @@ Transferred Bytes {$bytes_totales} - - - - Show last jobs status - -
@@ -105,10 +99,27 @@ -->
-

Detailled report

+

Reports

+ + + + + + + + + +
+ + Show last jobs status +
+ {t}Last month, bytes transferred{/t} +
+ {t}Last month, bytes transferred (pie){/t} +
 
{t}Select a job:{/t} -- 2.39.5