summaryrefslogtreecommitdiff
path: root/src/views/Settings/SnmpAlerts/SnmpAlerts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Settings/SnmpAlerts/SnmpAlerts.vue')
-rw-r--r--src/views/Settings/SnmpAlerts/SnmpAlerts.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/Settings/SnmpAlerts/SnmpAlerts.vue b/src/views/Settings/SnmpAlerts/SnmpAlerts.vue
index 528033be..dba181f2 100644
--- a/src/views/Settings/SnmpAlerts/SnmpAlerts.vue
+++ b/src/views/Settings/SnmpAlerts/SnmpAlerts.vue
@@ -209,6 +209,7 @@ export default {
title: this.$tc('pageSnmpAlerts.modal.deleteSnmpDestinationTitle'),
okTitle: this.$tc('pageSnmpAlerts.deleteDestination'),
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'ok',
},
)
.then((deleteConfirmed) => {
@@ -243,6 +244,7 @@ export default {
this.selectedRows.length,
),
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'ok',
},
)
.then((deleteConfirmed) => {