diff --git a/src/fireedge/src/client/components/Cards/NicCard.js b/src/fireedge/src/client/components/Cards/NicCard.js index 2765d61bbc..6dc752e70e 100644 --- a/src/fireedge/src/client/components/Cards/NicCard.js +++ b/src/fireedge/src/client/components/Cards/NicCard.js @@ -218,7 +218,12 @@ const SecurityGroupRules = memo(({ id, actions, rules }) => { return ( <> - + {`#${id} ${name}`} {!!actions &&
{actions}
} @@ -230,7 +235,11 @@ const SecurityGroupRules = memo(({ id, actions, rules }) => {
))} {rules.map((rule, ruleIdx) => ( - + ))} @@ -257,10 +266,10 @@ const SecurityGroupRule = memo(({ rule, 'data-cy': cy }) => { { text: RANGE, dataCy: 'range' }, { text: NETWORK_ID, dataCy: 'networkid' }, { text: ICMP_TYPE, dataCy: 'icmp-type' }, - ].map(({ text, dataCy }) => ( + ].map(({ text, dataCy }, index) => (