IP白名单导出修改
This commit is contained in:
@@ -212,21 +212,21 @@
|
||||
<tr>
|
||||
<th><input type="checkbox" class="i-checks" id="checkAll"></th>
|
||||
<%-- <th><spring:message code="seq"/></th> --%>
|
||||
<th><spring:message code="config_describe"/></th>
|
||||
<th>IP <spring:message code="type"/></th>
|
||||
<th><spring:message code="client_ip"/></th>
|
||||
<th><spring:message code="client_port"/></th>
|
||||
<th><spring:message code="server_ip"/></th>
|
||||
<th><spring:message code="server_port"/></th>
|
||||
<th><spring:message code="block_type"/></th>
|
||||
<th><spring:message code="valid_identifier"/></th>
|
||||
<th><spring:message code="is_audit"/></th>
|
||||
<th><spring:message code="creator"/></th>
|
||||
<th class="sort-column r.create_time"><spring:message code="config_time"/></th>
|
||||
<th><spring:message code="editor"/></th>
|
||||
<th class="sort-column r.edit_time"><spring:message code="edit_time"/></th>
|
||||
<th><spring:message code="auditor"/></th>
|
||||
<th class="sort-column r.audit_time"><spring:message code="audit_time"/></th>
|
||||
<th exportColumn="config_describe"><spring:message code="config_describe"/></th>
|
||||
<th exportColumn="ip_type"><spring:message code="ip_type"/></th>
|
||||
<th exportColumn="client_ip"><spring:message code="client_ip"/></th>
|
||||
<th exportColumn="client_port"><spring:message code="client_port"/></th>
|
||||
<th exportColumn="server_ip"><spring:message code="server_ip"/></th>
|
||||
<th exportColumn="server_port"><spring:message code="server_port"/></th>
|
||||
<th exportColumn="block_type"><spring:message code="block_type"/></th>
|
||||
<th exportColumn="valid_identifier"><spring:message code="valid_identifier"/></th>
|
||||
<th exportColumn="is_audit"><spring:message code="is_audit"/></th>
|
||||
<th exportColumn="creator"><spring:message code="creator"/></th>
|
||||
<th exportColumn="config_time" class="sort-column r.create_time"><spring:message code="config_time"/></th>
|
||||
<th exportColumn="editor" ><spring:message code="editor"/></th>
|
||||
<th exportColumn="edit_time" class="sort-column r.edit_time"><spring:message code="edit_time"/></th>
|
||||
<th exportColumn="auditor" ><spring:message code="auditor"/></th>
|
||||
<th exportColumn="audit_time" class="sort-column r.audit_time"><spring:message code="audit_time"/></th>
|
||||
<%-- <th><spring:message code="operation"></spring:message></th> --%>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user