Files
EdgeAdmin/web/views/@default/clusters/monitors/reporters/index.js

9 lines
192 B
JavaScript
Raw Normal View History

Tea.context(function () {
this.createReporter = function () {
teaweb.popup(".createPopup", function () {
teaweb.success("保存成功", function () {
teaweb.reload()
})
})
}
})