feat: routes overview - create route

This commit is contained in:
Azgaar 2024-08-01 13:44:47 +02:00
parent 834d6f6cc7
commit ff27937cc4
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ function overviewRoutes() {
// add listeners
byId("routesOverviewRefresh").on("click", routesOverviewAddLines);
// byId("routeCreateNew").on("click", createRoute);
byId("routeCreateNew").on("click", createRoute);
byId("routesExport").on("click", downloadRoutesData);
byId("routesRemoveAll").on("click", triggerAllRoutesRemove);