From: Davide Franco Date: Mon, 14 Mar 2011 17:48:45 +0000 (+0100) Subject: bacula-web: Changed variable name for backup job list X-Git-Tag: Release-5.2.1~371 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=acc82c53c3a1e7ec61674f2de0d1c0e02ae60a2b;p=bacula%2Fbacula bacula-web: Changed variable name for backup job list --- 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() );