summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2021-01-26 22:03:11 +0300
committerDerick Montague <derick.montague@ibm.com>2021-02-02 01:32:05 +0300
commitd50ba5f915e16be042617d6f472839a684f88ef9 (patch)
tree637148b86d99d023ba0b13d2db7fec5ef5143695 /src/views
parent6e89ba6c924d8607169dd9dfe7d130b55a21a7e4 (diff)
downloadwebui-vue-d50ba5f915e16be042617d6f472839a684f88ef9.tar.xz
Remove account type assignments from privilege role table
The removed information will be displayed in the user table when it is available in Redfish. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I867a7792f2b2335456baf9934e8ef593a52b11e5
Diffstat (limited to 'src/views')
-rw-r--r--src/views/AccessControl/LocalUserManagement/TableRoles.vue36
1 files changed, 0 insertions, 36 deletions
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' },