From f975730e02ca4dd896a0c02e46d707e12d5c51cd Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Wed, 19 Jan 2011 09:55:10 +0100 Subject: [PATCH] bacula-web: Some improvments in main dashboard - Useless html code cleaning in index.tpl - New link to last 24 hours job status - Removed link for each job status (top right) --- gui/bacula-web/templates/index.tpl | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index eae6e4b404..488a753ded 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -55,45 +55,32 @@ - -{if $server==""} - -{else} - -{/if} -
-

Last 24 hours status

- {* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *} +

Last 24 hours status + View report +

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