Order zone by hour
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-06-13 13:49:07 +02:00
parent 9c00e7e67c
commit 32df2373f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Traveling days: Días de viaje
Estimated hour (ETD): Hora estimada (ETD)
Closure hour (ETD): Hora de cierre (ETD)
Bonus: Bonificación

View File

@ -30,7 +30,7 @@
<vn-label-value label="Agency"
value="{{$ctrl.zone.agencyMode.name}}">
</vn-label-value>
<vn-label-value label="Estimated hour (ETD)"
<vn-label-value label="Closure hour (ETD)"
value="{{$ctrl.zone.hour | dateTime: 'HH:mm'}}">
</vn-label-value>
<vn-label-value label="Traveling days"

View File

@ -26,7 +26,7 @@
<vn-th field="name" expand>Name</vn-th>
<vn-th field="agencyModeFk">Agency</vn-th>
<vn-th field="warehouseFK">Warehouse</vn-th>
<vn-th field="hour" shrink vn-tooltip="ETD">Hour</vn-th>
<vn-th field="hour" vn-tooltip="ETD" default-order="DESC" shrink>Hour</vn-th>
<vn-th field="price" number shrink>Price</vn-th>
<vn-th shrink></vn-th>
</vn-tr>