Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
interface/web/monitor/list/datalog.list.php
@@ -22,7 +22,7 @@
$liste['search_prefix']    = 'search_';
//* Records per page
$liste['records_per_page']    = 15;
$liste['records_per_page']    = "15";
//* Script file for listing
$liste['file']            = 'datalog_list.php';
@@ -45,7 +45,7 @@
*****************************************************/
$liste["item"][] = array(   'field'      => "tstamp",
                     'datatype'   => "DATE",
                     'datatype'   => "DATETIME",
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "",
@@ -86,16 +86,6 @@
                     'suffix'   => "%",
                     'width'      => "",
                     'value'      => "");
$liste["item"][] = array(   'field'      => "status",
                     'datatype'   => "VARCHAR",
                     'formtype'   => "SELECT",
                     'op'      => "=",
                     'prefix'   => "",
                     'suffix'   => "",
                     'width'      => "",
                     'value'      => array('pending' => "Pending",'ok' => "OK",'warning' => "Warning", 'error' => "Error"));
 
?>