fix labeltype and keymatch

This commit is contained in:
Kazushi Morishima 2018-07-24 12:50:10 +09:00
parent 718c183869
commit da6442f189
2 changed files with 6 additions and 0 deletions

View file

@ -108,6 +108,9 @@
</ul>
</div>
</div>
<c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
<script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
</c:if>
</c:if>
</div>
<!-- /.box-body -->

View file

@ -106,6 +106,9 @@
</ul>
</div>
</div>
<c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
<script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>
</c:if>
</c:if>
</div>
<!-- /.box-body -->