add 'statut' on vehicles-list template
This commit is contained in:
parent
70ad96a4e8
commit
361447f188
|
@ -1,5 +1,5 @@
|
||||||
{{define "vehicles_list"}}
|
{{define "vehicles_list"}}
|
||||||
{{range $.ViewState.bookings}}
|
<!-- {{range $.ViewState.bookings}}
|
||||||
{{.Vehicleid}}
|
{{.Vehicleid}}
|
||||||
<br>
|
<br>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
{{range $.ViewState.vehicles}}
|
{{range $.ViewState.vehicles}}
|
||||||
{{.ID}}
|
{{.ID}}
|
||||||
<br>
|
<br>
|
||||||
{{end}}
|
{{end}} -->
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 md:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 md:px-8">
|
||||||
<div class="mt-8 flex flex-col">
|
<div class="mt-8 flex flex-col">
|
||||||
<div class="-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8">
|
<div class="-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8">
|
||||||
|
|
Loading…
Reference in New Issue