From: Eric Bollengier Date: Fri, 29 Dec 2006 21:39:17 +0000 (+0000) Subject: ebl small fix X-Git-Tag: Release-2.0.0~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79a7b4e4b2d2204cb11376f07a362e5519c0f588;p=bacula%2Fbacula ebl small fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3859 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/cgi/bfileview.pl b/gui/bweb/cgi/bfileview.pl index 0d9c043fab..ff4086e9a1 100755 --- a/gui/bweb/cgi/bfileview.pl +++ b/gui/bweb/cgi/bfileview.pl @@ -76,12 +76,6 @@ if ($batch eq 'batch') { exit 1; } -my $url_action = "bfileview.pl?opt_level=$opt_level" ; -my $top = new CCircle( - display_other => 1, - base_url => "$url_action;$jobid_url;where=$where", - ) ; - print CGI::header('text/html'); $bweb->display_begin(); $bweb->display_job_zoom($jobid); @@ -113,6 +107,12 @@ if (!$root) { my $total = fv_compute_size($jobid, $root); +my $url_action = "bfileview.pl?opt_level=$opt_level" ; +my $top = new CCircle( + display_other => 1, + base_url => "$url_action;$jobid_url;where=$where", + ) ; + fv_display_rep($top, $total, $root, $opt_level) ; $top->draw_labels() ;