X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Ftemplates%2Findex.tpl;h=94b26a3ac44cbcdc9205b73744fda2219333aaec;hb=8ff24a4488b622856762eebadc614a214f009f52;hp=62ed02b226a79d5f28750f67fc553dc42bc1c9d0;hpb=c52b42e8482edaf7bad146aa6c1c571a34e78703;p=bacula%2Fbacula diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 62ed02b226..94b26a3ac4 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -20,66 +20,97 @@
-

General informations

+

Overall status

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

Pools and volumes status

+

+ Pools and volumes status + View report +

+ +
+

Stored Bytes (GB / Last 7 days)

+ +
- {include file=volumes.tpl}
- -{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}Failed jobs{$failed_jobs}
Completed jobs {$completed_jobs}Completed jobs{$completed_jobs}
Elapsed time {$elapsed_jobs}
Waiting jobs{$waiting_jobs}
Transferred Bytes {$bytes_totales}Transferred Bytes{$bytes_totales}
-

Job Status Report (last 24 hours)

+

+ Job Status Report + View report +

+
+

Last used volumes

+ + + + + + + {foreach from=$volume_list item=vol} + + + + + + {/foreach} +
VolumeStatusJob Id
{$vol.Volumename}{$vol.VolStatus}{$vol.JobId}
+
+ + {include file="$last_report"}