]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl change role for stats view
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 17 Nov 2007 11:00:34 +0000 (11:00 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 17 Nov 2007 11:00:34 +0000 (11:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5947 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bgraph.pl

index cb3cdcab610f5605d6af87c0ee01e28ace82c135..4d3eb7b798eb732abba9160239f40eedc33d782e 100755 (executable)
@@ -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';