|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
scope="col">
|
|
|
|
|
<span>{{ t('settings', 'Groups') }}</span>
|
|
|
|
|
</th>
|
|
|
|
|
<th v-if="subAdminsGroups.length > 0 && (settings.isAdmin || settings.isDelegatedAdmin)"
|
|
|
|
|
<th v-if="settings.isAdmin || settings.isDelegatedAdmin"
|
|
|
|
|
class="header__cell header__cell--large"
|
|
|
|
|
data-cy-user-list-header-subadmins
|
|
|
|
|
scope="col">
|
|
|
|
|
@ -119,11 +119,6 @@ export default Vue.extend({
|
|
|
|
|
return this.$store.getters.getServerData
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
subAdminsGroups() {
|
|
|
|
|
// @ts-expect-error: allow untyped $store
|
|
|
|
|
return this.$store.getters.getSubadminGroups
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
passwordLabel(): string {
|
|
|
|
|
if (this.hasObfuscated) {
|
|
|
|
|
// TRANSLATORS This string is for a column header labelling either a password or a message that the current user has insufficient permissions
|
|
|
|
|
|