Changeset 4d67d70 for src/main/resources/templates/carCategoryReport.html
- Timestamp:
- 01/07/23 01:51:16 (23 months ago)
- Branches:
- main
- Children:
- ed7ef92
- Parents:
- 89865ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/carCategoryReport.html
r89865ae r4d67d70 11 11 <tbody> 12 12 <tr th:each="d : ${data}"> 13 <td th:text="${d.getCname }"></td>13 <td th:text="${d.getCname()}"></td> 14 14 <td th:text="${d.getCmname()}"></td> 15 15 <td th:text="${d.getPartsordered()}"></td>
Note:
See TracChangeset
for help on using the changeset viewer.