diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 53af0c030f..d3798e2119 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to the **Prowler UI** are documented in this file. -## [1.26.0] (Prowler UNRELEASED) +## [1.25.2] (Prowler UNRELEASED) ### 🔄 Changed +- Compliance cards: progress bar now spans the full card width, the passing-requirements caption sits beside the framework logo under the title, and the ISO 27001 logo asset is recentered within its tile [(#10939)](https://github.com/prowler-cloud/prowler/pull/10939) - Findings expanded resource rows now drop the redundant cube icons, render Service and Region with the same compact label style as Last seen and Failing for, and reorder columns to Status, Resource, Provider, Severity, then field labels [(#10949)](https://github.com/prowler-cloud/prowler/pull/10949) --- diff --git a/ui/components/compliance/compliance-card.tsx b/ui/components/compliance/compliance-card.tsx index c94b7ef63e..98d3949016 100644 --- a/ui/components/compliance/compliance-card.tsx +++ b/ui/components/compliance/compliance-card.tsx @@ -119,49 +119,33 @@ export const ComplianceCard: React.FC = ({ /> -
-
+
+
{getComplianceIcon(title) && ( - {`${title} +
+ {`${title} +
)} -
-
- - -

+
+ + +

+ {formatTitle(title)} + {version ? ` - ${version}` : ""} +

+
+ {formatTitle(title)} {version ? ` - ${version}` : ""} -

-
- - {formatTitle(title)} - {version ? ` - ${version}` : ""} - -
-
-
- - Score: - - - {ratingPercentage}% - -
- -
-
- + + + {passingRequirements} / {totalRequirements} @@ -169,6 +153,24 @@ export const ComplianceCard: React.FC = ({
+
+
+ + Score: + + + {ratingPercentage}% + +
+ +
diff --git a/ui/components/icons/compliance/iso-27001.svg b/ui/components/icons/compliance/iso-27001.svg index 109c19521d..b79f970b42 100644 --- a/ui/components/icons/compliance/iso-27001.svg +++ b/ui/components/icons/compliance/iso-27001.svg @@ -1,8 +1,8 @@ - - + + - +