1.日志总量查询日志修改 2.提交p2p监测sql

This commit is contained in:
zhangwenqing
2018-09-13 16:46:56 +08:00
parent ae5cb30aa1
commit 14c02a80ee
35 changed files with 67 additions and 34 deletions

View File

@@ -50,8 +50,8 @@ $(document).ready(function() {
});
// 添加由配置界面跳转到日志查询界面后的返回按钮
var cfgId = $("input[name=cfgId]").val();
if(cfgId != undefined && cfgId != ''){
var isLogTotalSearch = $("#isLogTotalSearch").val();
if(isLogTotalSearch != undefined && isLogTotalSearch != ''){
$(".theme-panel").html("<button type='button' onclick='back()' class='btn btn-primary'>"+$.validator.messages.go_back+"</button>");
}
});