1.增加hibernate会话绑定配置,修复new thread中数据库操作的session过期的问题

2.修复告警信息页面懒加载后显示异常的问题
3.任务列表中不显示非本机任务
This commit is contained in:
chenjinsong
2018-11-06 10:56:09 +08:00
parent 649dd34def
commit 13960035e0
7 changed files with 468 additions and 164 deletions

View File

@@ -1,6 +1,5 @@
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@include file="/common/taglib.jsp"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
@@ -8,7 +7,6 @@
+ path + "/";
request.setAttribute("vEnter","\n");
%>
</script>
<c:set var="index" value="${1}" />
<c:choose>
<c:when test="${fn:length(detecWarningList) > 0}">
@@ -92,7 +90,6 @@ $(function(){
$(".popover").remove();
var x = event.clientX;//鼠标位置
var y = event.clientY;
//alert(tx + "," + ty + "," + x + "," + y);
if (y < ty/2) {
var placement = "bottom";
} else {