mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 06:40:25 +08:00
实现对ACME用户的增删改
This commit is contained in:
4
web/views/@default/servers/certs/updatePopup.js
Normal file
4
web/views/@default/servers/certs/updatePopup.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
this.isCA = this.certConfig.isCA ? 1 : 0
|
||||
})
|
||||
Reference in New Issue
Block a user