mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 20:02:26 +01:00
feat:#3 frontend room occupancy decoder
This commit is contained in:
@@ -21,6 +21,7 @@ const AdditionalModules = () => import("../view/AdditionalModules.vue");
|
||||
const CalendarLink = () => import("../components/CalendarLink.vue");
|
||||
const RenameModules = () => import("../components/RenameModules.vue");
|
||||
const RoomFinder = () => import("../view/RoomFinder.vue");
|
||||
const RoomFinderOffline = () => import("../view/RoomFinderOffline.vue");
|
||||
const EditCalendarView = () => import("../view/EditCalendarView.vue");
|
||||
const EditAdditionalModules = () =>
|
||||
import("../view/editCalendar/EditAdditionalModules.vue");
|
||||
@@ -43,6 +44,11 @@ const router = createRouter({
|
||||
name: "room-schedule",
|
||||
component: RoomFinder,
|
||||
},
|
||||
{
|
||||
path: "/rooms/occupancy/offline",
|
||||
name: "room-schedule-offline",
|
||||
component: RoomFinderOffline,
|
||||
},
|
||||
{
|
||||
path: "/rooms/free",
|
||||
name: "free-rooms",
|
||||
|
||||
Reference in New Issue
Block a user