Files
EdgeAdmin/web/views/@default/servers/components/ssl/updatePopup.js
2020-10-02 17:22:24 +08:00

4 lines
98 B
JavaScript

Tea.context(function () {
this.success = NotifyPopup
this.isCA = this.certConfig.isCA ? 1 : 0
})