We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243684b commit 6fb6982Copy full SHA for 6fb6982
ui/src/components/resource-authorization-drawer/index.vue
@@ -98,7 +98,9 @@
98
:label="$t('views.login.loginForm.username.label')"
99
/>
100
<el-table-column
101
- v-if="hasPermission([EditionConst.IS_EE, EditionConst.IS_PE], 'OR')"
+ v-if="
102
+ hasPermission([EditionConst.IS_EE, EditionConst.IS_PE], 'OR') && apiType === 'workspace'
103
+ "
104
prop="role_name"
105
:label="$t('views.role.member.role')"
106
width="160"
0 commit comments