<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %>
' gridColumns="[ { dataIndex: 'name', header: '<%= t('common.name') %>', id: 'agent_groupWhereusedName', locked: false, sortable: true, width: 175}, { dataIndex: 'description', header: '<%= t('common.description') %>', id: 'agent_groupWhereusedDescription', locked: false, sortable: true, width: 100}]" height="200" border='false' includeDelete="true" includeEdit="true" includeTagFilter="true" tagMatchAnyDefault="<%= match_any_default %>" menuCfg="{items: [{ iconCls: 'icon_edit', text: '<%= t "jobs.index.edit_job" %>', actsOn: 'one', actionUrl: '<%= edit_job_path(-1) %>' }, { iconCls: 'icon_delete', text: '<%= t "jobs.index.delete_job" %>', actsOn: 'one', method: 'DELETE', actionUrl: '<%= job_path(-1) %>', ajaxRequest: true, confirmText: '<%= t "jobs.index.delete_confirmation" %>' }]}" rowToSelect="-1" sortField="{field: 'name', direction: 'ASC'}" tbar="{items: []}" useCheckboxSelection="true" url="<%= jobs_path(:format => 'json', :target_id => @agent_group.id, :target_type => 'AgentGroup') %>">