Files
EdgeAdmin/web/views/@default/servers/certs/updatePopup.js

9 lines
195 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
this.textMode = false
this.switchTextMode = function () {
this.textMode = !this.textMode
}
2020-10-02 17:22:24 +08:00
})