{{ translatedText }}
\n\t\tdiff --git a/apps/files_external/src/components/ExternalStorageTableRow.vue b/apps/files_external/src/components/ExternalStorageTableRow.vue index f633ecad07ca2..213d8e0691e16 100644 --- a/apps/files_external/src/components/ExternalStorageTableRow.vue +++ b/apps/files_external/src/components/ExternalStorageTableRow.vue @@ -14,7 +14,7 @@ import { computed, ref } from 'vue' import NcButton from '@nextcloud/vue/components/NcButton' import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper' import AddExternalStorageDialog from './AddExternalStorageDialog/AddExternalStorageDialog.vue' -import { useUsers } from '../composables/useEntities.ts' +import { useGroups, useUsers } from '../composables/useEntities.ts' import { useStorages } from '../store/storages.ts' import { StorageStatus, StorageStatusIcons, StorageStatusMessage } from '../types.ts' @@ -51,6 +51,7 @@ const status = computed(() => { }) const users = useUsers(() => props.storage.applicableUsers || []) +const groups = useGroups(() => props.storage.applicableGroups || []) /** * Handle deletion of the external storage mount point @@ -113,11 +114,11 @@ async function reloadStatus() {
{{ t('appstore', 'Office suite switching is managed through the Nextcloud All-in-One interface.') }}
\n\t\t{{ t('appstore', 'Please use the AIO interface to switch between office suites.') }}
\n\t{{ t('appstore', 'Please note that installing requires manual server setup.') }}
\n\t\t\n\t\t{{ t('appstore', 'Office suite switching is managed through the Nextcloud All-in-One interface.') }}
\n\t\t{{ t('appstore', 'Please use the AIO interface to switch between office suites.') }}
\n\t{{ t('appstore', 'Please note that installing requires manual server setup.') }}
\n\t\t\n\t\t{{ translatedText }}
\n\t\t{{ translatedText }}
\n\t\t{{ app.summary }}
\n\t\t\t{{ app.summary }}
\n\t\t\t\n\t\t\t{{ t('files_versions', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }}\n\t\t
\n\t\n\t\t\t{{ t('files_versions', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }}\n\t\t
\n\t