Files
EdgeAdmin/web/views/@default/dns/providers/updatePopup.js

10 lines
194 B
JavaScript
Raw Normal View History

2021-06-02 18:14:00 +08:00
Tea.context(function () {
this.typeDescription = ""
let that = this
this.types.forEach(function (v) {
if (v.code == that.provider.type) {
that.typeDescription = v.description
}
})
})