From acc82c53c3a1e7ec61674f2de0d1c0e02ae60a2b Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 14 Mar 2011 18:48:45 +0100 Subject: [PATCH] bacula-web: Changed variable name for backup job list --- gui/bacula-web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 314ff87b8d..914a26e4cf 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -95,7 +95,7 @@ $nb_clients = $dbSql->Get_Nb_Clients(); $smarty->assign('clientes_totales',$nb_clients["nb_client"] ); // Backup Job list for report.tpl and last_run_report.tpl -$smarty->assign( 'total_name_jobs', $dbSql->Get_BackupJob_Names() ); +$smarty->assign( 'jobs_list', $dbSql->Get_BackupJob_Names() ); // Get volumes list (volumes.tpl) $smarty->assign('pools', $dbSql->GetVolumeList() ); -- 2.39.2