mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
feat(ui): add provider type filter to providers page (#8473)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ All notable changes to the **Prowler UI** are documented in this file.
|
||||
## [1.11.0] (Prowler v5.11.0 - UNRELEASED)
|
||||
|
||||
### 🚀 Added
|
||||
|
||||
- `Cloud Provider` type filter to providers page [(#8473)](https://github.com/prowler-cloud/prowler/pull/8473)
|
||||
### 🔄 Changed
|
||||
|
||||
### 🐞 Fixed
|
||||
|
||||
@@ -7,6 +7,11 @@ export const filterProviders = [
|
||||
labelCheckboxGroup: "Connection",
|
||||
values: ["false", "true"],
|
||||
},
|
||||
{
|
||||
key: "provider__in",
|
||||
labelCheckboxGroup: "Cloud Provider",
|
||||
values: [...PROVIDER_TYPES],
|
||||
},
|
||||
// Add more filter categories as needed
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user