mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 16:26:39 +00:00
remove double clients permissions check boxes
This commit is contained in:
@@ -106,16 +106,6 @@ function getActionsCategories(root: boolean) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (env.flags.enableClients) {
|
|
||||||
actionsByCategory["Clients"] = {
|
|
||||||
"Create Client": "createClient",
|
|
||||||
"Delete Client": "deleteClient",
|
|
||||||
"Update Client": "updateClient",
|
|
||||||
"List Clients": "listClients",
|
|
||||||
"Get Client": "getClient"
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
if (root) {
|
if (root) {
|
||||||
actionsByCategory["Organization"] = {
|
actionsByCategory["Organization"] = {
|
||||||
[t("actionListOrgs")]: "listOrgs",
|
[t("actionListOrgs")]: "listOrgs",
|
||||||
|
|||||||
Reference in New Issue
Block a user