fix display port
This commit is contained in:
parent
103d3b88a1
commit
3c558938db
1 changed files with 4 additions and 6 deletions
|
@ -69,18 +69,16 @@
|
|||
<td><c:if
|
||||
test="${data.hostname==null||data.hostname==''}">
|
||||
<la:message key="labels.webauth_any" />
|
||||
</c:if> ${f:h(data.hostname)}: <c:if test="${data.port==-1}">
|
||||
</c:if> ${f:h(data.hostname)}: <c:if
|
||||
test="${data.port==null||data.port==''}">
|
||||
<la:message key="labels.webauth_any" />
|
||||
</c:if> <c:if test="${data.port!=-1}">
|
||||
${f:h(data.port)}
|
||||
</c:if></td>
|
||||
</c:if> ${f:h(data.port)}</td>
|
||||
<td>${f:h(data.webConfig.name)}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</tbody>
|
||||
</table>
|
||||
<c:set var="pager" value="${webAuthPager}"
|
||||
scope="request" />
|
||||
<c:set var="pager" value="${webAuthPager}" scope="request" />
|
||||
<c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp" />
|
||||
</c:if>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue