Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit b8c94f7

Browse files
committed
Activate the new filter action in datagrid for logs
1 parent 5b45c46 commit b8c94f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/log.sql/class.sqlLogDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function xmlListLogFiles($nodeName="file", $year=null, $month=null, $root
328328
"ajxp_mime" => "datagrid",
329329
"grid_datasource" => "get_action=ls&dir=".urlencode($path),
330330
"grid_header_title" => "Application Logs for $date",
331-
"grid_actions" => "refresh,copy_as_text"
331+
"grid_actions" => "refresh,filter,copy_as_text"
332332
);
333333
$xml_strings[$date] = AJXP_XMLWriter::renderNode($path, $date, true, $metadata, true, false);
334334
}

0 commit comments

Comments
 (0)