Files
EdgeAdmin/web/views/@default/servers/components/ssl/updatePopup.js

4 lines
98 B
JavaScript
Raw Normal View History

2020-10-02 17:22:24 +08:00
Tea.context(function () {
this.success = NotifyPopup
this.isCA = this.certConfig.isCA ? 1 : 0
})