X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Fpools.php;h=4fe3cd8b66173648410ea0e7d660a0ed92bbb7d5;hb=b04629b12ad3ea176b7c3fc02e8a012d76340672;hp=eea94bc22a22275ba9d14c121d527e1aca2c107f;hpb=f8280c9e3a9d51ddaee5fa8d3d40a701e78d3b72;p=bacula%2Fbacula diff --git a/gui/bacula-web/pools.php b/gui/bacula-web/pools.php index eea94bc22a..4fe3cd8b66 100644 --- a/gui/bacula-web/pools.php +++ b/gui/bacula-web/pools.php @@ -1,11 +1,26 @@ tpl->assign('pools',$dbSql->GetVolumeList() ); + // Get volumes list (pools.tpl) + $dbSql->tpl->assign('pools',$dbSql->GetVolumeList() ); - $dbSql->tpl->display('pools.tpl'); + $dbSql->tpl->display('pools.tpl'); ?>