diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml
index 6ccd411e1..49bee5773 100644
--- a/src/i18n/locale/en.yml
+++ b/src/i18n/locale/en.yml
@@ -265,7 +265,6 @@ globals:
routes: Routes
cmrsList: CMRs
RouteList: List
- routeCreate: New route
RouteRoadmap: Roadmaps
RouteRoadmapCreate: Create roadmap
RouteExtendedList: Router
diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml
index b5aee459c..e97e42410 100644
--- a/src/i18n/locale/es.yml
+++ b/src/i18n/locale/es.yml
@@ -268,7 +268,6 @@ globals:
routes: Rutas
cmrsList: CMRs
RouteList: Listado
- routeCreate: Nueva ruta
RouteRoadmap: Troncales
RouteRoadmapCreate: Crear troncal
RouteExtendedList: Enrutador
diff --git a/src/pages/Route/Card/RouteForm.vue b/src/pages/Route/Card/RouteForm.vue
deleted file mode 100644
index 667204b15..000000000
--- a/src/pages/Route/Card/RouteForm.vue
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
- (maxDistance = kmMax)"
- auto-load
- sort-by="id ASC"
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-es:
- Worker: Trabajador
- Vehicle: Vehículo
- Agency: Agencia
- Km Start: Km de inicio
- Km End: Km de fin
- Hour started: Hora inicio
- Hour finished: Hora fin
- Description: Descripción
- Is served: Se ha servido
- Dated: Fecha
- The km can not exceed: La distancia debe ser inferior a {maxDistance}
-en:
- The km can not exceed: Distance must be lesser than {maxDistance}
-
diff --git a/src/router/modules/route.js b/src/router/modules/route.js
index 0dd41c86e..d09b7c050 100644
--- a/src/router/modules/route.js
+++ b/src/router/modules/route.js
@@ -195,7 +195,7 @@ const vehicleCard = {
icon: 'vn:notes',
},
component: () => import('src/pages/Route/Vehicle/Card/VehicleNotes.vue'),
- }
+ },
],
};
@@ -252,15 +252,6 @@ export default {
},
component: () => import('src/pages/Route/RouteExtendedList.vue'),
},
- {
- path: 'create',
- name: 'RouteCreate',
- meta: {
- title: 'routeCreate',
- icon: 'add',
- },
- component: () => import('src/pages/Route/Card/RouteForm.vue'),
- },
{
path: 'agency-term',
name: 'RouteAutonomous',