mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Updating Bootstrap version
From version 2.3.0 to 3.3.5
This commit is contained in:
parent
d5b1336790
commit
444713aa44
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<jsp:include page="../fragments/bodyHeader.jsp"/>
|
||||
<h2>Owners</h2>
|
||||
|
||||
<datatables:table id="owners" data="${selections}" row="owner" theme="bootstrap2"
|
||||
<datatables:table id="owners" data="${selections}" row="owner" theme="bootstrap3"
|
||||
cssClass="table table-striped" pageable="false" info="false" export="pdf">
|
||||
<datatables:column title="Name" cssStyle="width: 150px;" display="html">
|
||||
<spring:url value="/owners/{ownerId}.html" var="ownerUrl">
|
||||
|
|
Loading…
Reference in a new issue