sublist修正
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
<mapping path="/nis/app/feature/ajax*" exclue="true"/>
|
<mapping path="/nis/app/feature/ajax*" exclue="true"/>
|
||||||
<mapping path="/nis/proxy/cache/ajax*" exclue="true"/>
|
<mapping path="/nis/proxy/cache/ajax*" exclue="true"/>
|
||||||
<mapping path="/nis/manipulation/ddos/ajax*" exclue="true"/>
|
<mapping path="/nis/manipulation/ddos/ajax*" exclue="true"/>
|
||||||
|
<mapping path="/nis/objgroup/ajax*" exclue="true"/>
|
||||||
<!-- 对同一路径,启用多个装饰器 -->
|
<!-- 对同一路径,启用多个装饰器 -->
|
||||||
<mapping>
|
<mapping>
|
||||||
<path>/articles/*</path>
|
<path>/articles/*</path>
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<c:if test="${fn:length(tabList)==0 and empty _cfg.schedule}">
|
<c:if test="${fn:length(tabList)==0 and empty _cfg.schedule}">
|
||||||
<div id="scheduleTitle${index}" onclick="switchSubCfgTabInfo('schedule',${index})"
|
<div id="scheduleTitle${index}" <%--onclick="switchSubCfgTabInfo('schedule',${index})"--%>
|
||||||
class="col-md-1 tabInfo" name="tabTitle${index }">
|
class="col-md-1 tabInfo badge-info" name="tabTitle${index }">
|
||||||
<spring:message code='schedule' />
|
<spring:message code='schedule' />
|
||||||
<i id="schedule${index}" class="fa" name="tabFlag${index}"></i>
|
<i id="schedule${index}" class="fa" name="tabFlag${index}"></i>
|
||||||
</div>
|
</div>
|
||||||
@@ -29,8 +29,8 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
<!-- 显示 定时任务信息 -->
|
<!-- 显示 定时任务信息 -->
|
||||||
<c:if test="${not empty _cfg.schedule }">
|
<c:if test="${not empty _cfg.schedule }">
|
||||||
<div id="scheduleTitle${index}" onclick="switchSubCfgTabInfo('schedule',${index})"
|
<div id="scheduleTitle${index}" <%--onclick="switchSubCfgTabInfo('schedule',${index})"--%>
|
||||||
class="col-md-1 tabInfo" name="tabTitle${index }">
|
class="col-md-1 tabInfo badge-info" name="tabTitle${index }">
|
||||||
<spring:message code='schedule' />
|
<spring:message code='schedule' />
|
||||||
<i id="schedule${index}" class="fa" name="tabFlag${index}"></i>
|
<i id="schedule${index}" class="fa" name="tabFlag${index}"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ $(function(){
|
|||||||
$("form input[class~='domainCheck']").attr("maxlength","1024");
|
$("form input[class~='domainCheck']").attr("maxlength","1024");
|
||||||
$("form input[class~='domainCheck']").attr("minlength","4");
|
$("form input[class~='domainCheck']").attr("minlength","4");
|
||||||
//截取过长的文字 使用id选择器;例如:tab对象->tr->td对象. 排除日志table .logTb
|
//截取过长的文字 使用id选择器;例如:tab对象->tr->td对象. 排除日志table .logTb
|
||||||
$("#contentTable").find("td").not(":has(a)").not(".SysException,.commonGroup").each(function(i,element){
|
$("#contentTable").find("td").not(":has(a)").not(".SysException").each(function(i,element){
|
||||||
//获取td当前对象的文本,如果长度大于25;
|
//获取td当前对象的文本,如果长度大于25;
|
||||||
if(!$(element).find(".tooltips").length>0){
|
if(!$(element).find(".tooltips").length>0){
|
||||||
var tdclass= $(this).attr("class");//no_substr 不进行截取
|
var tdclass= $(this).attr("class");//no_substr 不进行截取
|
||||||
|
|||||||
Reference in New Issue
Block a user