%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %>
', id: 'inactiveAgentsGridRuntimeState',
locked: true, sortable: true, width: 200, filter: true, filterType: 'list', filterList: <%= "[[1, '#{t('common.active')}'],[2, '#{t('common.inactive')}'],[3, '#{t('common.failed')}'],[0, '#{t('common.unknown')}']]" %>},
{dataIndex: 'agent_name', header: '<%= t("common.name") %>', id: 'inactiveAgentsGridName',
locked: false, sortable: true, width: 200, filter: true, filterType: 'string'},
{dataIndex: 'description', header: '<%= t("common.description") %>', id: 'inactiveAgentsGridDescription',
locked: false, sortable: true, width: 200, filter: true, filterType: 'string'},
{dataIndex: 'operating_system', header: '<%= t("common.operating_system") %>', id: 'inactiveAgentsGridOperating_system',
locked: false, sortable: true, width: 200, filter: true, filterType: 'string'},
{dataIndex: 'jobs_on_queues', header: '<%= t("agents.index.jobs_on_queues") %>', id: 'inactiveAgentsGridJobsOnQueues',
locked: false, sortable: false, width: 200},
{dataIndex: 'active_jobs', header: '<%= t("agents.index.active_jobs") %>', id: 'inactiveAgentsGridActiveJobs',
locked: false, sortable: false, width: 200},
{dataIndex: 'queues_locked', header: '<%= t("agents.index.queues_locked") %>', id: 'inactiveAgentsGridQueueStatus',
locked: false, sortable: false, width: 200}
]"
height="200"
hideMode="visibility"
includeDelete="false"
includeEdit="false"
includeShow="false"
includeTagFilter="false"
showInPopup="false"
sortField="{field: 'agent_name', direction: 'DESC'}"
tbar="{}"
url="<%= forecast_path(:list => 'inactive-agents', :format => 'json') %>">