chore(ui): remove misconfigurations from Top Failed Findings in the s… (#8426)

This commit is contained in:
sumit-tft
2025-08-01 16:17:17 +05:30
committed by GitHub
parent 2170fbb1ab
commit 19a735aafe
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ All notable changes to the **Prowler UI** are documented in this file.
- Rename `Memberships` to `Organization` in the sidebar [(#8415)](https://github.com/prowler-cloud/prowler/pull/8415)
- Removed `Browse all resources` from the sidebar, sidebar now shows a single `Resources` entry [(#8418)](https://github.com/prowler-cloud/prowler/pull/8418)
- Removed `Misconfigurations` from the `Top Failed Findings` section in the sidebar [(#8426)](https://github.com/prowler-cloud/prowler/pull/8426)
___
## [v1.9.3] (Prowler v5.9.3)
-6
View File
@@ -1,7 +1,6 @@
"use client";
import {
AlertCircle,
Bookmark,
CloudCog,
Cog,
@@ -79,11 +78,6 @@ export const getMenuList = (pathname: string): GroupProps[] => {
label: "Top failed findings",
icon: Bookmark,
submenus: [
{
href: "/findings?filter[status__in]=FAIL&sort=severity,-inserted_at",
label: "Misconfigurations",
icon: AlertCircle,
},
{
href: "/findings?filter[status__in]=FAIL&filter[severity__in]=critical%2Chigh%2Cmedium&filter[provider_type__in]=aws%2Cazure%2Cgcp%2Ckubernetes&filter[service__in]=iam%2Crbac&sort=-inserted_at",
label: "IAM Issues",