Skip to content

Commit

Permalink
[frontend] add managerConfiguration item icon for activity audit
Browse files Browse the repository at this point in the history
  • Loading branch information
SouadHadjiat committed Nov 27, 2023
1 parent 6bc47d8 commit 0fe126e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opencti-platform/opencti-front/src/components/ItemIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
ReviewsOutlined,
RouterOutlined,
SettingsOutlined,
SettingsApplicationsOutlined,
ShortTextOutlined,
SourceOutlined,
SpeakerNotesOutlined,
Expand Down Expand Up @@ -349,6 +350,10 @@ const iconSelector = (type, variant, fontSize, color, isReversed) => {
return (
<NotificationsOutlined style={style} fontSize={fontSize} role="img" />
);
case 'managerconfiguration':
return (
<SettingsApplicationsOutlined style={style} fontSize={fontSize} role="img" />
);
case 'observable':
case 'stix-cyber-observable':
case 'autonomous-system':
Expand Down

0 comments on commit 0fe126e

Please sign in to comment.