]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/Pages/RestoreWizard.php
baculum: Open jobs window just after restore start
[bacula/bacula] / gui / baculum / protected / Pages / RestoreWizard.php
index 22ddb2b40334e33a8b2aeb786bb05b20f0333cc2..b9223eecd1dedeeb8d7ad82ec3104ad473d478a7 100644 (file)
@@ -410,7 +410,7 @@ class RestoreWizard extends BaculumPage
                $restoreProps['replace'] = $this->ReplaceFiles->SelectedValue;
                
                $ret = $this->getModule('api')->create(array('jobs', 'restore'), $restoreProps);
-               $this->goToDefaultPage();
+               $this->goToDefaultPage(array('open' => 'Job'));
        }
 }
 ?>