mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-26 20:40:24 +08:00
优化申请证书界面
This commit is contained in:
@@ -27,8 +27,8 @@ Tea.context(function () {
|
||||
|
||||
this.createUser = function () {
|
||||
let that = this
|
||||
teaweb.popup("/servers/certs/acme/users/createPopup", {
|
||||
height: "27em",
|
||||
teaweb.popup("/servers/certs/acme/users/createPopup?providerCode=" + this.providerCode, {
|
||||
height: "30em",
|
||||
width: "44em",
|
||||
callback: function (resp) {
|
||||
teaweb.successToast("创建成功")
|
||||
|
||||
Reference in New Issue
Block a user