From 9ba3d4a61f6b7bca5d77f958d99ea6831c790eba Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Thu, 6 Aug 2026 15:40:13 +0100 Subject: [PATCH] feat: Vulnerability Scanning feature on license page --- web/app/(app)/settings/license/page.tsx | 27 +++++-------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/web/app/(app)/settings/license/page.tsx b/web/app/(app)/settings/license/page.tsx index e0b3ebc..34864a5 100644 --- a/web/app/(app)/settings/license/page.tsx +++ b/web/app/(app)/settings/license/page.tsx @@ -104,14 +104,7 @@ function Allowance({ label, used, limit }: { label: string; used: number; limit: {unlimited ? (

No limit

) : ( -
+
)} @@ -122,12 +115,7 @@ function Allowance({ label, used, limit }: { label: string; used: number; limit: function Feature({ label, included }: { label: string; included: boolean }) { return (
- + {included ? "✓" : "–"} {label} @@ -183,11 +171,7 @@ function RecordPanel({ license }: { license: LicenseInfo }) {
{license.instance_id} -
@@ -265,6 +249,7 @@ export default function LicensePage() {
+
@@ -272,9 +257,7 @@ export default function LicensePage() { {isCloud ? ( -

- This is a cloud instance, so its licence is issued and renewed in Vantage HQ and applied here automatically. There is nothing to paste. -

+

This is a cloud instance, so its licence is issued and renewed in Vantage HQ and applied here automatically. There is nothing to paste.

{hqUrl && (