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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user