地址池管理列表IP查询修改.
This commit is contained in:
@@ -1352,4 +1352,6 @@ ip_info=IP Info
|
|||||||
original_dest_ip=Original destination address
|
original_dest_ip=Original destination address
|
||||||
original_dest_port=Original destination port
|
original_dest_port=Original destination port
|
||||||
translated_dest_ip=Post-translational destination address
|
translated_dest_ip=Post-translational destination address
|
||||||
translated_dest_port=Post-translational destination port
|
translated_dest_port=Post-translational destination port
|
||||||
|
show_ips=View all IP
|
||||||
|
show_available_ips=View available IP
|
||||||
@@ -1353,4 +1353,6 @@ ip_info=IP Info
|
|||||||
original_dest_ip=Original destination address
|
original_dest_ip=Original destination address
|
||||||
original_dest_port=Original destination port
|
original_dest_port=Original destination port
|
||||||
translated_dest_ip=Post-translational destination address
|
translated_dest_ip=Post-translational destination address
|
||||||
translated_dest_port=Post-translational destination port
|
translated_dest_port=Post-translational destination port
|
||||||
|
show_ips=View all IP
|
||||||
|
show_available_ips=View available IP
|
||||||
@@ -1350,4 +1350,6 @@ ip_info=IP\u5730\u5740\u4FE1\u606F
|
|||||||
original_dest_ip=\u539F\u59CB\u76EE\u7684\u5730\u5740
|
original_dest_ip=\u539F\u59CB\u76EE\u7684\u5730\u5740
|
||||||
original_dest_port=\u539F\u59CB\u76EE\u7684\u7AEF\u53E3
|
original_dest_port=\u539F\u59CB\u76EE\u7684\u7AEF\u53E3
|
||||||
translated_dest_ip=\u7FFB\u8BD1\u540E\u76EE\u7684\u5730\u5740
|
translated_dest_ip=\u7FFB\u8BD1\u540E\u76EE\u7684\u5730\u5740
|
||||||
translated_dest_port=\u7FFB\u8BD1\u540E\u76EE\u7684\u7AEF\u53E3
|
translated_dest_port=\u7FFB\u8BD1\u540E\u76EE\u7684\u7AEF\u53E3
|
||||||
|
show_ips=\u67E5\u770B\u6240\u6709IP
|
||||||
|
show_available_ips=\u67E5\u770B\u53EF\u7528IP
|
||||||
@@ -413,8 +413,8 @@
|
|||||||
<td><input type="checkbox" class="i-checks" serviceId="${cfg.serviceId}" id="${cfg.cfgId}" value="${cfg.isAudit}" addressPoolId="${cfg.cfgId }" ></td>
|
<td><input type="checkbox" class="i-checks" serviceId="${cfg.serviceId}" id="${cfg.cfgId}" value="${cfg.isAudit}" addressPoolId="${cfg.cfgId }" ></td>
|
||||||
<td>${cfg.cfgId }</td>
|
<td>${cfg.cfgId }</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="javascript:;" onclick="getInfo(this)" addrPoolId="${cfg.cfgId }"
|
<a href="javascript:;" data-original-title="${cfg.addrPoolName}"
|
||||||
data-original-title="${cfg.addrPoolName}" class="tooltips addrPool" data-flag="false" data-html="true" data-placement="top">
|
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||||
${fns:abbr(cfg.addrPoolName,20)}
|
${fns:abbr(cfg.addrPoolName,20)}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -452,7 +452,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<!-- <a href="#">新增IP</a>
|
<!-- <a href="#">新增IP</a>
|
||||||
<a href="#">删除IP</a> -->
|
<a href="#">删除IP</a> -->
|
||||||
<a href="javascript:;" onclick="getAllIpInfo(this)" addrPoolId="${cfg.cfgId }"><spring:message code="show_detail"/></a>
|
<a href="javascript:;" onclick="getInfo(this)" addrPoolId="${cfg.cfgId }"><spring:message code="show_available_ips"/></a>
|
||||||
|
<a href="javascript:;" onclick="getAllIpInfo(this)" addrPoolId="${cfg.cfgId }"><spring:message code="show_ips"/></a>
|
||||||
</td>
|
</td>
|
||||||
<td>${cfg.requestName }</td>
|
<td>${cfg.requestName }</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user