mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-16 05:30:27 +08:00
实现缓存策略部分管理功能
This commit is contained in:
4
web/views/@default/servers/components/ssl/updatePopup.js
Normal file
4
web/views/@default/servers/components/ssl/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