diff --git a/front/core/components/smart-table/index.html b/front/core/components/smart-table/index.html index 993774ed0..010cff235 100644 --- a/front/core/components/smart-table/index.html +++ b/front/core/components/smart-table/index.html @@ -7,7 +7,7 @@ ng-click="smartTableColumns.show($event)" vn-tooltip="Shown columns"> -
+Date | -- Preparation - | Theoretical | Practical | ++ Preparation + | Province | @@ -156,9 +149,9 @@ {{::ticket.shipped | date: 'dd/MM/yyyy'}} -{{::ticket.shipped | date: 'HH:mm'}} | -{{::ticket.zoneLanding | date: 'HH:mm'}} | -{{::ticket.practicalHour | date: 'HH:mm'}} | +{{::ticket.zoneLanding | date: 'HH:mm'}} | +{{::ticket.practicalHour | date: 'HH:mm'}} | +{{::ticket.shipped | date: 'HH:mm'}} | {{::ticket.province}} |
- |
---|