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
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',
# 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;
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