summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/locales/en-US.json6
-rw-r--r--src/views/AccessControl/LocalUserManagement/TableRoles.vue36
2 files changed, 1 insertions, 41 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 1bf11d17..1f68d5c7 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -470,12 +470,8 @@
"configureComponentsManagedByThisService": "Configure components managed by this service",
"configureManagerResources": "Configure manager resources",
"configureUsersAndTheirAccounts": "Configure users and their accounts",
- "ipmiAccessPoint": "IPMI access point",
"logInToTheServiceAndReadResources": "Log in to the service and read resources",
- "redfishAccessPoint": "Redfish access point",
- "sshAccessPoint": "SSH access point",
- "updatePasswordForCurrentUserAccount": "Update password for current user account",
- "webUiAccessPoint": "WebUI access point"
+ "updatePasswordForCurrentUserAccount": "Update password for current user account"
},
"toast": {
"errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.",
diff --git a/src/views/AccessControl/LocalUserManagement/TableRoles.vue b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
index 9c2e5fe5..388ac750 100644
--- a/src/views/AccessControl/LocalUserManagement/TableRoles.vue
+++ b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
@@ -78,42 +78,6 @@ export default {
readonly: true,
noaccess: false,
},
- {
- description: this.$t(
- 'pageLocalUserManagement.tableRoles.ipmiAccessPoint'
- ),
- administrator: true,
- operator: true,
- readonly: true,
- noaccess: false,
- },
- {
- description: this.$t(
- 'pageLocalUserManagement.tableRoles.redfishAccessPoint'
- ),
- administrator: true,
- operator: true,
- readonly: true,
- noaccess: false,
- },
- {
- description: this.$t(
- 'pageLocalUserManagement.tableRoles.sshAccessPoint'
- ),
- administrator: true,
- operator: false,
- readonly: false,
- noaccess: false,
- },
- {
- description: this.$t(
- 'pageLocalUserManagement.tableRoles.webUiAccessPoint'
- ),
- administrator: true,
- operator: true,
- readonly: true,
- noaccess: false,
- },
],
fields: [
{ key: 'description', label: 'Privilege' },