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