From b50475c862350b7e526bc1eb0ff9504c9b9c21ec Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 13:03:20 +0000 Subject: [PATCH] Add DNS provider selection to DNS record creation Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/d844959f-3b2c-4c12-8aa9-28057e25bcc4.jpg --- client/src/pages/dns-records.tsx | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/client/src/pages/dns-records.tsx b/client/src/pages/dns-records.tsx index 846796a..82c92a7 100644 --- a/client/src/pages/dns-records.tsx +++ b/client/src/pages/dns-records.tsx @@ -490,6 +490,41 @@ export default function DnsRecordsPage() { )} /> + ( + + DNS Provider + + + Select the DNS provider to use for this record + + + + )} + /> +