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-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53689137a790e4ea15c3d458176142617d8c92e1;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() );