mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 09:50:26 +08:00
可以清理数据库节点的数据表
This commit is contained in:
@@ -34,4 +34,14 @@ Tea.context(function () {
|
||||
.refresh()
|
||||
})
|
||||
}
|
||||
|
||||
// 清理节点
|
||||
this.cleanNode = function (nodeId) {
|
||||
teaweb.popup("/db/cleanPopup?nodeId=" + nodeId)
|
||||
}
|
||||
|
||||
// 显示错误信息
|
||||
this.showError = function (err) {
|
||||
teaweb.popupTip("<span style=\"color:#db2828\">错误信息:" + err + "</span>")
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user