+
+ CIDR: {get(rule, 'cidr', 'N/A')}
+
+
+ Exceptions:{' '}
+ {get(rule, 'exceptions', []).join(', ') || 'None'}
+
+
+ Ports: {get(rule, 'ports', []).join(', ') || 'All'}
+
+
+ Protocol: {get(rule, 'protocol', 'Any')}
+
+
+ }
+ />
+ {get(rule, 'action') &&