]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed variable name for backup job list
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 14 Mar 2011 17:48:45 +0000 (18:48 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Aug 2011 09:56:14 +0000 (11:56 +0200)
gui/bacula-web/index.php

index 314ff87b8d81870a1100b3cbac66bc6fbaa9ea64..914a26e4cf9d22cdbb71a428c3a32e6eecffadb0 100644 (file)
@@ -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() );