mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 11:36:34 +08:00
访问日志搜索增加域名和IP搜索
This commit is contained in:
@@ -37,7 +37,10 @@ Tea.context(function () {
|
||||
|
||||
// 清理节点
|
||||
this.cleanNode = function (nodeId) {
|
||||
teaweb.popup("/db/cleanPopup?nodeId=" + nodeId)
|
||||
teaweb.popup("/db/cleanPopup?nodeId=" + nodeId, {
|
||||
width: "44em",
|
||||
height: "26em"
|
||||
})
|
||||
}
|
||||
|
||||
// 显示错误信息
|
||||
|
||||
Reference in New Issue
Block a user