diff --git a/dashboard/src/components/ApiTokens.vue b/dashboard/src/components/ApiTokens.vue index ed4aa3aa9..33c6f9bbd 100644 --- a/dashboard/src/components/ApiTokens.vue +++ b/dashboard/src/components/ApiTokens.vue @@ -43,35 +43,23 @@
-| {{ $t('profile.apiTokens.name') }} | - -{{ $t('profile.apiTokens.scope') }} | -{{ $t('main.actions') }} | -
|---|---|---|
| {{ $t('profile.apiTokens.noTokensPlaceholder') }} | -||
| {{ token.name || 'unnamed' }} | - -- {{ $t('profile.apiTokens.readwrite') }} - {{ $t('profile.apiTokens.readonly') }} - | -- - | -
{{ $t('profile.appPasswords.description') }}
-| {{ $t('profile.appPasswords.name') }} | -{{ $t('profile.appPasswords.app') }} | -{{ $t('main.table.date') }} | -{{ $t('main.actions') }} | -
|---|---|---|---|
| {{ $t('profile.appPasswords.noPasswordsPlaceholder') }} | -|||
| {{ password.name }} | -{{ password.label }} | -{{ prettyLongDate(password.creationTime) }} | -- - | -