From dbdad6fce8a1b07124b6c3d9d05cad55199359c3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 12 Jun 2025 00:37:44 +0200 Subject: [PATCH] Allow to overwrite dns if record already exists for an app --- dashboard/public/translation/en.json | 3 ++- dashboard/src/components/app/Location.vue | 13 +++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index bfe1f8a05..48e8cc6d1 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -1536,7 +1536,8 @@ "aliases": "Aliases", "addAliasAction": "Add an alias", "noAliases": "No alias domains are configured.", - "aliasesPlaceholder": "Leave empty to use bare domain" + "aliasesPlaceholder": "Leave empty to use bare domain", + "dnsoverwrite": "Some DNS records already exist. Agree to overwrite." }, "accessControl": { "userManagement": { diff --git a/dashboard/src/components/app/Location.vue b/dashboard/src/components/app/Location.vue index 8dcf988e6..96b121f10 100644 --- a/dashboard/src/components/app/Location.vue +++ b/dashboard/src/components/app/Location.vue @@ -1,7 +1,7 @@