网站HTTP配置增加区域ip配置信息处理。
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||
</h4>
|
||||
<c:set var="cfgName" value="httpUrlList"></c:set>
|
||||
<c:set var="regionValue" value="http_url"></c:set>
|
||||
<c:set var="regionValue" value="${_cfg.httpUrl.cfgType}"></c:set>
|
||||
<c:forEach items="${_cfg.httpUrlList}" var="strCfg"
|
||||
varStatus="status">
|
||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty strCfg.cfgId}">hidden disabled</c:if>" >
|
||||
@@ -280,7 +280,7 @@
|
||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||
</h4>
|
||||
<c:set var="cfgName" value="httpReqHdrList"></c:set>
|
||||
<c:set var="regionValue" value="http_req_hdr"></c:set>
|
||||
<c:set var="regionValue" value="${_cfg.httpReqHdr.cfgType}"></c:set>
|
||||
<c:forEach items="${_cfg.httpReqHdrList}" var="complexCfg"
|
||||
varStatus="status">
|
||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty complexCfg.cfgId}">hidden disabled</c:if>">
|
||||
@@ -306,7 +306,7 @@
|
||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||
</h4>
|
||||
<c:set var="cfgName" value="httpReqBodyList"></c:set>
|
||||
<c:set var="regionValue" value="http_req_body"></c:set>
|
||||
<c:set var="regionValue" value="${_cfg.httpReqBody.cfgType}"></c:set>
|
||||
<c:forEach items="${_cfg.httpReqBodyList}" var="strCfg"
|
||||
varStatus="status">
|
||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty strCfg.cfgId}">hidden disabled</c:if>" >
|
||||
@@ -332,7 +332,7 @@
|
||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||
</h4>
|
||||
<c:set var="cfgName" value="httpResHdrList"></c:set>
|
||||
<c:set var="regionValue" value="http_res_hdr"></c:set>
|
||||
<c:set var="regionValue" value="${_cfg.httpResHdr.cfgType}"></c:set>
|
||||
<c:forEach items="${_cfg.httpResHdrList}" var="complexCfg"
|
||||
varStatus="status">
|
||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty complexCfg.cfgId}">hidden disabled</c:if>">
|
||||
@@ -357,7 +357,7 @@
|
||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||
</h4>
|
||||
<c:set var="cfgName" value="httpResBodyList"></c:set>
|
||||
<c:set var="regionValue" value="http_res_body"></c:set>
|
||||
<c:set var="regionValue" value="${_cfg.httpResBody.cfgType}"></c:set>
|
||||
<c:forEach items="${_cfg.httpResBodyList}" var="strCfg"
|
||||
varStatus="status">
|
||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty strCfg.cfgId}">hidden disabled</c:if>" >
|
||||
|
||||
Reference in New Issue
Block a user