Index: branches/5.2.x/core/units/agents/agents_config.php =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/units/agents/agents_config.php (.../agents_config.php) (revision 14244) +++ branches/5.2.x/core/units/agents/agents_config.php (.../agents_config.php) (revision 14585) @@ -1,6 +1,6 @@ 'icon16_disabled.png', ), 'Fields' => Array ( - 'AgentId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), - 'AgentName' => Array ('title' => 'la_col_Name', 'filter_block' => 'grid_like_filter', 'width' => 200, ), - 'AgentType' => Array ('title' => 'la_col_Type', 'filter_block' => 'grid_options_filter', 'width' => 60, ), - 'Event' => Array ('title' => 'la_col_Event', 'filter_block' => 'grid_like_filter', 'width' => 280, ), - 'RunInterval' => Array ('title' => 'la_col_RunInterval', 'filter_block' => 'grid_range_filter', 'width' => 100, ), - 'RunMode' => Array ('title' => 'la_col_RunMode', 'filter_block' => 'grid_options_filter', 'width' => 85, ), - 'LastRunOn' => Array ('title' => 'la_col_LastRunOn', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'RunTime' => Array ('title' => 'la_col_RunTime', 'filter_block' => 'grid_float_range_filter', 'width' => 145, ), - 'LastRunStatus' => Array ('title' => 'la_col_LastRunStatus', 'filter_block' => 'grid_options_filter', 'width' => 120, ), - 'NextRunOn' => Array ('title' => 'la_col_NextRunOn', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Status' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 65, ), + 'AgentId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), + 'AgentName' => Array ('title' => 'column:la_fld_Name', 'filter_block' => 'grid_like_filter', 'width' => 200, ), + 'AgentType' => Array ('title' => 'column:la_fld_Type', 'filter_block' => 'grid_options_filter', 'width' => 60, ), + 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 280, ), + 'RunInterval' => 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, ), + '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, ), ), ), ),