]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add ERR= to error log filter
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 24 Nov 2007 20:06:00 +0000 (20:06 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 24 Nov 2007 20:06:00 +0000 (20:06 +0000)
ebl  Set where_field when selecting a directory in the tree

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5979 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bresto.js
gui/bweb/lib/Bweb.pm
gui/bweb/technotes-2.3

index da24405b59276afc23e7304853ecb4beb0fc930d..61869d19008fa506e469218d287f67c35c06a0a4 100644 (file)
@@ -120,7 +120,7 @@ function ext_init()
 
     tree.on('click', function(node, event) { 
         Ext.brestore.path = get_node_path(node);
-
+       where_field.setValue(Ext.brestore.path);
         file_store.removeAll();
        file_versions_store.removeAll();
         file_store.load({params:init_params({action: 'list_files',
index 7488893e0b085626d1a85105a678f3f922901744..74ab58b54d6a263abe6fd8741a1ac735d6c2bb1f 100644 (file)
@@ -3811,7 +3811,7 @@ SELECT Job.Name as name, Client.Name as clientname
     # display only Error and Warning messages
     $filter = '';
     if (CGI::param('error')) {
-       $filter = " AND LogText $self->{sql}->{MATCH} 'Error|Warning' ";
+       $filter = " AND LogText $self->{sql}->{MATCH} 'Error|Warning|ERR=' ";
     }
 
     my $logtext;
index a903fa724c35102f2d7d528e12b2f02c4487e5d3..835165abefae8e63b767e572f49dcf96a7dc58c9 100644 (file)
@@ -1,4 +1,6 @@
 24Nov07
+ebl  Add ERR= to error log filter
+ebl  Set where_field when selecting a directory in the tree
 ebl  Add a wiki option to integrate a link to jobs documentation
      directly in bweb.
 ebl  Add a tpl field to bweb_user. (To be able to have a tpl for each