chore(ui): remove browse all resources from the sidebar (#8418)

This commit is contained in:
sumit-tft
2025-07-31 19:43:30 +05:30
committed by GitHub
parent 1022b5e413
commit 02b416b4f8
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ All notable changes to the **Prowler UI** are documented in this file.
### 🔄 Changed
- 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)
___
## [v1.9.3] (Prowler v5.9.3)
+1 -10
View File
@@ -8,7 +8,6 @@ import {
Group,
LayoutGrid,
Mail,
Package,
Settings,
ShieldCheck,
SquareChartGantt,
@@ -137,17 +136,9 @@ export const getMenuList = (pathname: string): GroupProps[] => {
groupLabel: "",
menus: [
{
href: "",
href: "/resources",
label: "Resources",
icon: Warehouse,
submenus: [
{
href: "/resources",
label: "Browse all resources",
icon: Package,
},
],
defaultOpen: true,
},
],
},