From bafaaf9c47ef4028e980c01bea804af1a1153eaf Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 14 Feb 2026 17:01:14 +0100 Subject: [PATCH] Update security.tsx --- AppImage/components/security.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/AppImage/components/security.tsx b/AppImage/components/security.tsx index bf99345e..b35f4f93 100644 --- a/AppImage/components/security.tsx +++ b/AppImage/components/security.tsx @@ -2452,7 +2452,7 @@ ${(report.sections && report.sections.length > 0) ? ` {/* Scope breakdown */} -
+
Cluster: {clusterCount} @@ -2698,12 +2698,19 @@ ${(report.sections && report.sections.length > 0) ? ` }`}> {rule.action || "?"} - {/* Mobile: combined info */} -
- {rule.p || "*"} - / - {rule.dport || "*"} - {comment && - {comment}} + {/* Mobile: combined info on two lines */} +
+
+ {rule.p || "*"} + : + {rule.dport || "*"} + {rule.source_file} +
+ {comment && ( +

{comment}

+ )}
{/* Desktop: direction label */} {direction}