|
@@ -37,7 +37,7 @@
|
|
|
<la:errors />
|
|
|
</div>
|
|
|
<%-- List --%>
|
|
|
- <c:if test="${pathMappingPager.allRecordCount == 0}">
|
|
|
+ <c:if test="${pathMapPager.allRecordCount == 0}">
|
|
|
<div class="row top10">
|
|
|
<div class="col-sm-12">
|
|
|
<i class="fa fa-info-circle text-light-blue"></i>
|
|
@@ -45,7 +45,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</c:if>
|
|
|
- <c:if test="${pathMappingPager.allRecordCount > 0}">
|
|
|
+ <c:if test="${pathMapPager.allRecordCount > 0}">
|
|
|
<div class="row">
|
|
|
<div class="col-sm-12">
|
|
|
<table class="table table-bordered table-striped">
|
|
@@ -68,7 +68,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <c:set var="pager" value="${pathMappingPager}" scope="request" />
|
|
|
+ <c:set var="pager" value="${pathMapPager}" scope="request" />
|
|
|
<c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp" />
|
|
|
</c:if>
|
|
|
</div>
|