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 * + + + +