Home
last modified time | relevance | path

Searched refs:userPrivilege (Results 1 – 4 of 4) sorted by relevance

/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js49 userPrivilege: null, property in GlobalStore.state
61 userPrivilege: (state) => state.userPrivilege,
82 state.userPrivilege = privilege;
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue208 ...mapGetters('global', ['userPrivilege']),
210 return this.userPrivilege === privilegesId.readOnly;
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue161 userPrivilege() {
162 return this.$store.getters['global/userPrivilege'];
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue130 this.currentUserRole = this.$store?.getters['global/userPrivilege'];