Changed Styles & some routes for console menu (#2428)

Changed styles for menu
Changed Settings page title
Changed Service Account option to be Access Keys
Changed all Service Accounts labels to be Access keys in console

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-11-07 17:32:10 -06:00
committed by GitHub
parent c929a71649
commit 55b25cb003
23 changed files with 315 additions and 178 deletions

View File

@@ -48,6 +48,11 @@ export const watchElement = monitoringChildren
export const bucketsElement = sidebarItem.withAttribute("href", "/buckets");
export const serviceAcctsElement = sidebarItem.withAttribute(
"href",
IAM_PAGES.ACCOUNT
);
export const identityElement = Selector(".MuiPaper-root")
.find("ul")
.child("#identity");
@@ -59,9 +64,7 @@ export const usersElement = identityChildren
export const groupsElement = identityChildren
.find("a")
.withAttribute("href", IAM_PAGES.GROUPS);
export const serviceAcctsElement = identityChildren
.find("a")
.withAttribute("href", IAM_PAGES.ACCOUNT);
export const iamPoliciesElement = identityChildren
.find("a")
.withAttribute("href", IAM_PAGES.POLICIES);