From 5fd6a089886acd1901a2f95e84a8dc3b6bd28195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 12 Nov 2023 20:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=94=AF=E6=8C=81=E5=BE=AE=E8=BD=AFAzure=20D?= =?UTF-8?q?NS=EF=BC=88=E5=95=86=E4=B8=9A=E7=89=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@default/dns/providers/createPopup.html | 28 ++++++++++++++++ .../@default/dns/providers/provider.html | 33 +++++++++++++++++++ .../@default/dns/providers/updatePopup.html | 28 ++++++++++++++++ 3 files changed, 89 insertions(+) diff --git a/web/views/@default/dns/providers/createPopup.html b/web/views/@default/dns/providers/createPopup.html index 7999e5e8..f1a3dc6a 100644 --- a/web/views/@default/dns/providers/createPopup.html +++ b/web/views/@default/dns/providers/createPopup.html @@ -238,6 +238,34 @@ + + + + Subscription ID * + + + + + + Tenant ID * + + + + + + Client ID * + + + + Client Secret Value * + + + + Resource Group Name * + + + + diff --git a/web/views/@default/dns/providers/provider.html b/web/views/@default/dns/providers/provider.html index 5251fa94..c8de7b8c 100644 --- a/web/views/@default/dns/providers/provider.html +++ b/web/views/@default/dns/providers/provider.html @@ -176,6 +176,39 @@ + + + Subscription ID + + {{provider.apiParams.subscriptionId}} + + + + Tenant ID + + {{provider.apiParams.tenantId}} + + + + Client ID + + {{provider.apiParams.clientId}} + + + + Client Secret Value + + {{provider.apiParams.clientSecret}} + + + + Resource Group Name + + {{provider.apiParams.resourceGroupName}} + + + + diff --git a/web/views/@default/dns/providers/updatePopup.html b/web/views/@default/dns/providers/updatePopup.html index dcdce7ea..34392afc 100644 --- a/web/views/@default/dns/providers/updatePopup.html +++ b/web/views/@default/dns/providers/updatePopup.html @@ -238,6 +238,34 @@ + + + + Subscription ID * + + + + + + Tenant ID * + + + + + + Client ID * + + + + Client Secret Value * + + + + Resource Group Name * + + + +