diff --git a/packages/frontend/src/components/NotificationSettings.vue b/packages/frontend/src/components/NotificationSettings.vue index ae85428..2d0392e 100644 --- a/packages/frontend/src/components/NotificationSettings.vue +++ b/packages/frontend/src/components/NotificationSettings.vue @@ -4,25 +4,28 @@ {{ $t('settings.notifications.title') }} - -
| {{ $t('settings.ipBlacklist.table.ipAddress') }} | -{{ $t('settings.ipBlacklist.table.attempts') }} | -{{ $t('settings.ipBlacklist.table.lastAttempt') }} | -{{ $t('settings.ipBlacklist.table.bannedUntil') }} | -{{ $t('settings.ipBlacklist.table.actions') }} | -
|---|---|---|---|---|
| {{ entry.ip }} | -{{ entry.attempts }} | -{{ new Date(entry.last_attempt_at * 1000).toLocaleString() }} | -{{ entry.blocked_until ? new Date(entry.blocked_until * 1000).toLocaleString() : $t('statusMonitor.notAvailable') }} | -- - | -
{{ $t('settings.ipBlacklist.noBannedIps') }}
-{{ blacklistDeleteError }}
+ +{{ $t('settings.ipBlacklist.noBannedIps') }}
+ +| {{ $t('settings.ipBlacklist.table.ipAddress') }} | +{{ $t('settings.ipBlacklist.table.attempts') }} | +{{ $t('settings.ipBlacklist.table.lastAttempt') }} | +{{ $t('settings.ipBlacklist.table.bannedUntil') }} | +{{ $t('settings.ipBlacklist.table.actions') }} | +
|---|---|---|---|---|
| {{ entry.ip }} | +{{ entry.attempts }} | +{{ new Date(entry.last_attempt_at * 1000).toLocaleString() }} | +{{ entry.blocked_until ? new Date(entry.blocked_until * 1000).toLocaleString() : $t('statusMonitor.notAvailable') }} | ++ + | +
{{ blacklistDeleteError }}