Update vetList.jsp

This commit is contained in:
Benjamin Stein 2017-08-15 12:49:29 -07:00 committed by GitHub
parent afa5ecb8a6
commit 9f696ae129

View file

@ -15,7 +15,7 @@
<div class="container"> <div class="container">
<jsp:include page="../fragments/bodyHeader.jsp"/> <jsp:include page="../fragments/bodyHeader.jsp"/>
<h2>Veterinarians</h2> <h2>Vets</h2>
<datatables:table id="vets" data="${vets.vetList}" row="vet" theme="bootstrap2" cssClass="table table-striped" <datatables:table id="vets" data="${vets.vetList}" row="vet" theme="bootstrap2" cssClass="table table-striped"
pageable="false" info="false"> pageable="false" info="false">