| {{ header }} | ||
|---|---|---|
|
-
+
{{
$t('globals.messages.noResults', {
name: $t('globals.terms.result', 2).toLowerCase()
@@ -30,15 +30,15 @@
| ||
| {{ item[key] }} | -+ |
diff --git a/frontend/src/components/ui/avatar/AvatarUpload.vue b/frontend/src/components/ui/avatar/AvatarUpload.vue
index d5c14f0..cb3afba 100644
--- a/frontend/src/components/ui/avatar/AvatarUpload.vue
+++ b/frontend/src/components/ui/avatar/AvatarUpload.vue
@@ -14,7 +14,7 @@
+
+
+
-
+ {{ $t('form.field.lastActive') }} -+
{{
props.initialValues.last_active_at
? format(new Date(props.initialValues.last_active_at), 'PPpp')
@@ -38,7 +38,7 @@
{{ $t('form.field.lastLogin') }} -+
{{
props.initialValues.last_login_at
? format(new Date(props.initialValues.last_login_at), 'PPpp')
diff --git a/frontend/src/features/admin/automation/ActionBox.vue b/frontend/src/features/admin/automation/ActionBox.vue
index 2b3b5d1..2e660d3 100644
--- a/frontend/src/features/admin/automation/ActionBox.vue
+++ b/frontend/src/features/admin/automation/ActionBox.vue
@@ -1,5 +1,5 @@
- {{ t('admin.sla.noAlertsConfigured') }} |