Index: branches/5.2.x/core/units/agents/agents_config.php =================================================================== diff -u -N -r14670 -r14718 --- branches/5.2.x/core/units/agents/agents_config.php (.../agents_config.php) (revision 14670) +++ branches/5.2.x/core/units/agents/agents_config.php (.../agents_config.php) (revision 14718) @@ -1,6 +1,6 @@ Array ('filter_block' => 'grid_range_filter', 'width' => 100, ), 'RunMode' => Array ('filter_block' => 'grid_options_filter', 'width' => 85, ), 'LastRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'RunTime' => Array ('filter_block' => 'grid_float_range_filter', 'width' => 145, ), + 'RunTime' => Array ('filter_block' => 'grid_range_filter', 'width' => 145, ), 'LastRunStatus' => Array ('filter_block' => 'grid_options_filter', 'width' => 120, ), 'NextRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 65, ),