Files
EdgeAdmin/web/views/@default/servers/iplists/createIPPopup.js

5 lines
145 B
JavaScript
Raw Normal View History

2021-06-23 13:12:33 +08:00
Tea.context(function () {
this.type = "ip"
2021-06-23 13:12:33 +08:00
this.eventLevel = (this.listType == "white") ? "debug" : "critical"
this.method = "single"
2021-06-23 13:12:33 +08:00
})