fix display port

This commit is contained in:
Kaoru FUZITA 2015-12-02 16:03:23 +09:00
parent 103d3b88a1
commit 3c558938db

View file

@ -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>