From 189e8dbab35375469064652d20409f66d83830e8 Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 14 Jun 2022 12:34:32 +0200 Subject: [PATCH] feat: order by column enabled --- modules/route/front/index/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/route/front/index/index.html b/modules/route/front/index/index.html index 44b7f0ec5..3a4508df3 100644 --- a/modules/route/front/index/index.html +++ b/modules/route/front/index/index.html @@ -14,14 +14,14 @@ Id - Worker - Agency - Vehicle - Date - - Description - Start - Finish + Worker + Agency + Vehicle + Date + + Description + Start + Finish @@ -49,8 +49,8 @@ {{::route.created | dashIfEmpty | date:'dd/MM/yyyy'}} {{::route.m3 | dashIfEmpty}} {{::route.description | dashIfEmpty}} - {{::route.started | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}} - {{::route.finished | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}} + {{::route.started | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}} + {{::route.finished | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}}