We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df78e7 commit 1efdac8Copy full SHA for 1efdac8
1 file changed
x-pack/legacy/plugins/fleet/public/pages/agent_list/index.tsx
@@ -320,7 +320,7 @@ export const AgentListPage: React.SFC<{}> = () => {
320
columns={columns}
321
isSelectable={true}
322
selection={{
323
- selectable: () => true,
+ selectable: (agent: Agent) => agent.active,
324
onSelectionChange: (newSelectedAgents: Agent[]) => {
325
setSelectedAgents(newSelectedAgents);
326
setAreAllAgentsSelected(false);
0 commit comments