]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/backupjob-report.php
bacula-web: Added total transfered files in Backup job report page
[bacula/bacula] / gui / bacula-web / backupjob-report.php
index 9e8f9ce813c2e935b3db958d799661b02761ed51..e5facc22bb0e73a9e29191a9d9cef283bc31e38a 100644 (file)
@@ -76,8 +76,9 @@
   
   $smarty->assign('backupjob_name', $backupjob_name );
   $smarty->assign('backupjob_bytes', $backupjob_bytes );
+  $smarty->assign('backupjob_files', $backupjob_files );
   
   // Process and display the template 
   $smarty->display('backupjob-report.tpl'); 
   
-?>
\ No newline at end of file
+?>