diff --git a/web/views/@default/dns/providers/createPopup.html b/web/views/@default/dns/providers/createPopup.html index bc4112a8..ad31027a 100644 --- a/web/views/@default/dns/providers/createPopup.html +++ b/web/views/@default/dns/providers/createPopup.html @@ -148,6 +148,31 @@ + + + + 用户认证ID(auth-id) + + +

和子用户认证ID二选一。可以在ClouDNSAPI设置页面添加。

+ + + + 子用户认证ID(sub-auth-id) + + +

和用户认证ID二选一。可以在ClouDNSAPI设置页面添加。

+ + + + 认证密码 *(auth-password) + + +

用户或者子用户的认证密码。

+ + + + diff --git a/web/views/@default/dns/providers/provider.html b/web/views/@default/dns/providers/provider.html index d345e7d8..fcdebb5d 100644 --- a/web/views/@default/dns/providers/provider.html +++ b/web/views/@default/dns/providers/provider.html @@ -97,6 +97,22 @@ + + + + 用户认证ID(auth-id) + {{provider.apiParams.authId}} + + + 子用户认证ID(sub-auth-id) + {{provider.apiParams.subAuthId}} + + + 认证密码(auth-password) + {{provider.apiParams.authPassword}} + + + diff --git a/web/views/@default/dns/providers/updatePopup.html b/web/views/@default/dns/providers/updatePopup.html index b80647df..e43248f4 100644 --- a/web/views/@default/dns/providers/updatePopup.html +++ b/web/views/@default/dns/providers/updatePopup.html @@ -130,6 +130,31 @@ + + + + 用户认证ID(auth-id) + + +

和子用户认证ID二选一。可以在ClouDNSAPI设置页面添加。

+ + + + 子用户认证ID(sub-auth-id) + + +

和用户认证ID二选一。可以在ClouDNSAPI设置页面添加。

+ + + + 认证密码 *(auth-password) + + +

用户或者子用户的认证密码。

+ + + +