mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-22 03:08:23 +00:00
feat(ui): add organization-specific actions to providers table dropdown (#10317)
This commit is contained in:
@@ -25,8 +25,6 @@ export type ProvidersGroupKind =
|
||||
export const PROVIDERS_PAGE_FILTER = {
|
||||
PROVIDER: "provider__in",
|
||||
PROVIDER_TYPE: "provider_type__in",
|
||||
ORGANIZATION: "organization_id__in",
|
||||
ACCOUNT_GROUP: "provider_group_id__in",
|
||||
STATUS: "connected",
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user