summaryrefslogtreecommitdiff
path: root/src/views/Settings
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Settings')
-rw-r--r--src/views/Settings/Network/TableIpv4.vue1
-rw-r--r--src/views/Settings/SnmpAlerts/SnmpAlerts.vue2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/views/Settings/Network/TableIpv4.vue b/src/views/Settings/Network/TableIpv4.vue
index 8bd21cb9..0a06e0e4 100644
--- a/src/views/Settings/Network/TableIpv4.vue
+++ b/src/views/Settings/Network/TableIpv4.vue
@@ -224,6 +224,7 @@ export default {
: this.$t('global.action.disable'),
okVariant: 'danger',
cancelTitle: this.$t('global.action.cancel'),
+ autoFocusButton: 'cancel',
},
)
.then((dhcpEnableConfirmed) => {
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) => {