summaryrefslogtreecommitdiff
path: root/src/views/Logs/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Logs/EventLogs/EventLogs.vue')
-rw-r--r--src/views/Logs/EventLogs/EventLogs.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/Logs/EventLogs/EventLogs.vue b/src/views/Logs/EventLogs/EventLogs.vue
index 6994849f..0e7c494e 100644
--- a/src/views/Logs/EventLogs/EventLogs.vue
+++ b/src/views/Logs/EventLogs/EventLogs.vue
@@ -489,6 +489,7 @@ export default {
okTitle: this.$t('global.action.delete'),
okVariant: 'danger',
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'cancel',
})
.then((deleteConfirmed) => {
if (deleteConfirmed) {
@@ -535,6 +536,7 @@ export default {
title: this.$tc('pageEventLogs.modal.deleteTitle'),
okTitle: this.$t('global.action.delete'),
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'ok',
})
.then((deleteConfirmed) => {
if (deleteConfirmed) this.deleteLogs([uri]);
@@ -557,6 +559,7 @@ export default {
),
okTitle: this.$t('global.action.delete'),
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'ok',
},
)
.then((deleteConfirmed) => {