fix config yaml
This commit is contained in:
parent
3345eb1560
commit
9ba3480507
|
@ -40,6 +40,9 @@ views:
|
||||||
update:
|
update:
|
||||||
files:
|
files:
|
||||||
- web/layouts/members/update.html
|
- web/layouts/members/update.html
|
||||||
|
list:
|
||||||
|
files:
|
||||||
|
- web/layouts/members/membersList.html
|
||||||
vehicles:
|
vehicles:
|
||||||
search:
|
search:
|
||||||
files:
|
files:
|
||||||
|
@ -72,6 +75,9 @@ views:
|
||||||
files:
|
files:
|
||||||
- web/layouts/vehicles_management/_partials/calendar.html
|
- web/layouts/vehicles_management/_partials/calendar.html
|
||||||
- web/layouts/vehicles_management/fleet-display.html
|
- web/layouts/vehicles_management/fleet-display.html
|
||||||
|
unbooking_display:
|
||||||
|
files:
|
||||||
|
- web/layouts/vehicles_management/unbooking-display.html
|
||||||
fleet_update:
|
fleet_update:
|
||||||
files:
|
files:
|
||||||
- web/layouts/_partials/address_autocomplete.html
|
- web/layouts/_partials/address_autocomplete.html
|
||||||
|
|
Loading…
Reference in New Issue