From fc68206863d82242b17072a04c19236b4c3c270f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 17 Nov 2007 11:00:34 +0000 Subject: [PATCH] ebl change role for stats view git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5947 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/cgi/bgraph.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/cgi/bgraph.pl b/gui/bweb/cgi/bgraph.pl index cb3cdcab61..4d3eb7b798 100755 --- a/gui/bweb/cgi/bgraph.pl +++ b/gui/bweb/cgi/bgraph.pl @@ -110,7 +110,7 @@ if ($arg->{jclient_groups}) { $groupq = " AND client_group_name IN ($arg->{jclient_groups}) "; } -$bweb->can_do('r_view_job'); +$bweb->can_do('r_view_stat'); my $filter = $bweb->get_client_filter(); my $gtype = CGI::param('gtype') || 'bars'; -- 2.39.5