|
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
<template v-if="isAdminOrDelegatedAdmin" #actions>
|
|
|
|
|
<NcActionText>
|
|
|
|
|
<template #icon>
|
|
|
|
|
<AccountGroup :size="20" />
|
|
|
|
|
<NcIconSvgWrapper :path="mdiAccountGroup" />
|
|
|
|
|
</template>
|
|
|
|
|
{{ t('settings', 'Create group') }}
|
|
|
|
|
</NcActionText>
|
|
|
|
|
@ -111,7 +111,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
import { mdiAccount, mdiAccountOff, mdiCog, mdiPlus, mdiShieldAccount } from '@mdi/js'
|
|
|
|
|
import { mdiAccount, mdiAccountGroup, mdiAccountOff, mdiCog, mdiPlus, mdiShieldAccount } from '@mdi/js'
|
|
|
|
|
import { showError } from '@nextcloud/dialogs'
|
|
|
|
|
import { translate as t } from '@nextcloud/l10n'
|
|
|
|
|
import { computed, ref } from 'vue'
|
|
|
|
|
|