proxy下日志记录默认为1,文件摘要日志记录默认为1,文件摘要列表详情注释
This commit is contained in:
@@ -176,8 +176,8 @@
|
||||
<input type="hidden" name="cfgId" value="${_cfg.cfgId}">
|
||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||
<input type="hidden" id="serviceId" name="serviceId"
|
||||
value="${_cfg.serviceId}">
|
||||
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
||||
<input type="hidden" id="doLog" name="doLog" value="1">
|
||||
<!-- 配置域类型 -->
|
||||
<c:forEach items="${regionList}" var="region">
|
||||
<c:if test="${_cfg.functionId eq region.functionId}">
|
||||
@@ -274,7 +274,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<%-- <div class="row">
|
||||
<div class="col-md-6" hidden="true" >
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
@@ -294,7 +294,7 @@
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --%>
|
||||
<!-- subscribeId配置 -->
|
||||
<c:set var="subscribeIdCfgIndex" value="0"></c:set>
|
||||
<c:forEach items="${regionList}" var="region" varStatus="status">
|
||||
|
||||
@@ -398,7 +398,7 @@
|
||||
<c:forEach items="${page.list }" var="indexCfg" varStatus="status" step="1">
|
||||
<tr>
|
||||
<td>
|
||||
<span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none" id="close${status.index}" > ▼ </span>
|
||||
<%-- <span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none" id="close${status.index}" > ▼ </span> --%>
|
||||
<input type="checkbox" class="i-checks child-checks" id="${indexCfg.cfgId}" value="${indexCfg.isAudit}">
|
||||
</td>
|
||||
<td>${indexCfg.compileId }</td>
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
$(document)
|
||||
.ready(
|
||||
function() {
|
||||
if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
$("input[name=doLog][value=1]").prop("checked",true);
|
||||
}
|
||||
|
||||
$(".action").on("change", function() {
|
||||
switchAction($("input[name=action]:checked").val());
|
||||
//拦截根据action切换动作部分
|
||||
@@ -420,8 +418,8 @@
|
||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
||||
<input type="hidden" id="regionSize" name="regionSize"
|
||||
value="${fn:length(regionList)}">
|
||||
<input type="hidden" id="regionSize" name="regionSize" value="${fn:length(regionList)}">
|
||||
<input type="hidden" id="doLog" name="doLog" value="1">
|
||||
|
||||
<div class="form-body">
|
||||
|
||||
@@ -470,7 +468,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- dolog begin-->
|
||||
<div class="row interceptDoLog">
|
||||
<%-- <div class="row interceptDoLog">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
@@ -491,7 +489,7 @@
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --%>
|
||||
<!-- dolog end-->
|
||||
|
||||
<%-- action 为1 监测时 可以选择证书--%>
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
$(document)
|
||||
.ready(
|
||||
function() {
|
||||
if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
$("input[name=doLog][value=1]").prop("checked",true);
|
||||
}
|
||||
$(".switch").bootstrapSwitch({
|
||||
/* onText:"<spring:message code='ON'/>",
|
||||
offText:"<spring:message code='OFF'/>", */
|
||||
@@ -341,9 +338,8 @@
|
||||
<input type="hidden" name="cfgId" id="cfgId" value="${_cfg.cfgId}">
|
||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||
<input type="hidden" id="serviceId" name="serviceId"
|
||||
value="${_cfg.serviceId}">
|
||||
|
||||
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
||||
<input type="hidden" id="doLog" name="doLog" value="1">
|
||||
<div class="form-body">
|
||||
|
||||
<div class="row">
|
||||
@@ -388,7 +384,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 记录日志begin -->
|
||||
<div class="row">
|
||||
<%-- <div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
@@ -408,7 +404,7 @@
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --%>
|
||||
<!-- 记录日志end -->
|
||||
<h4 class="form-section cacheAction">
|
||||
<spring:message code="action_region" />
|
||||
|
||||
@@ -147,9 +147,8 @@
|
||||
<input type="hidden" name="cfgId" id="cfgId" value="${_cfg.cfgId}">
|
||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||
<input type="hidden" id="serviceId" name="serviceId"
|
||||
value="${_cfg.serviceId}">
|
||||
|
||||
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
||||
<input type="hidden" id="doLog" name="doLog" value="1">
|
||||
<div class="form-body">
|
||||
|
||||
<div class="row">
|
||||
@@ -194,7 +193,7 @@
|
||||
</div>
|
||||
<c:if test="${action != 128 }">
|
||||
<!-- 记录日志begin -->
|
||||
<div class="row">
|
||||
<%-- <div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
@@ -214,7 +213,7 @@
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --%>
|
||||
<!-- 记录日志end -->
|
||||
</c:if>
|
||||
<c:if test="${action eq 128}"><!-- 白名单不记录日志,默认为:0 -->
|
||||
|
||||
Reference in New Issue
Block a user