From 79a7b4e4b2d2204cb11376f07a362e5519c0f588 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 29 Dec 2006 21:39:17 +0000 Subject: [PATCH] ebl small fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3859 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/cgi/bfileview.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() ; -- 2.39.5