mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Improved the consistency of the icons (#134416)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2f6605025c
commit
9bbafa7344
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export const AgentDetailsActionMenu: React.FunctionComponent<{
|
|||
/>
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="cross"
|
||||
icon="trash"
|
||||
disabled={!hasFleetAllPrivileges || !agent.active}
|
||||
onClick={() => {
|
||||
setIsUnenrollModalOpen(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue