diff --git a/modules/route/front/index/index.html b/modules/route/front/index/index.html
index cb4f553f5..86c79386e 100644
--- a/modules/route/front/index/index.html
+++ b/modules/route/front/index/index.html
@@ -26,7 +26,7 @@
Worker
Agency
Vehicle
- Date
+ Date
m³
Description
diff --git a/modules/route/front/index/index.js b/modules/route/front/index/index.js
index c516a2e8f..9b74a3742 100644
--- a/modules/route/front/index/index.js
+++ b/modules/route/front/index/index.js
@@ -32,7 +32,8 @@ export default class Controller {
}
}
},
- ]
+ ],
+ order: 'created DESC'
};
}