diff --git a/src/platform/packages/shared/content-management/table_list_view_table/src/table_list_view_table.tsx b/src/platform/packages/shared/content-management/table_list_view_table/src/table_list_view_table.tsx index 629f07c0671ea..0d33571f46cf6 100644 --- a/src/platform/packages/shared/content-management/table_list_view_table/src/table_list_view_table.tsx +++ b/src/platform/packages/shared/content-management/table_list_view_table/src/table_list_view_table.tsx @@ -722,7 +722,7 @@ function TableListViewTableComp({ defaultMessage: 'View details', } ), - icon: 'iInCircle', + icon: 'controlsVertical', type: 'icon', onClick: inspectItem, 'data-test-subj': `inspect-action`, diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/detection_engine_health/assets/tag_managed.json b/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/detection_engine_health/assets/tag_managed.json index 6f871a25b9ca7..c152ed5a381ab 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/detection_engine_health/assets/tag_managed.json +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/detection_engine_health/assets/tag_managed.json @@ -4,6 +4,6 @@ "managed": true, "coreMigrationVersion": "8.8.0", "typeMigrationVersion": "8.0.0", - "attributes": { "name": "Managed", "description": "", "color": "#FFFFFF" }, + "attributes": { "name": "Managed", "description": "" }, "references": [] }