add LogView for those cases where the log download doesn't work

This commit is contained in:
2025-03-22 15:15:17 -06:00
parent aed1a9fea8
commit 189bfabcf8
6 changed files with 133 additions and 17 deletions

View File

@@ -157,6 +157,11 @@ const routes: Array<RouteRecordRaw> = [
name: "InviteOneAcceptView",
component: () => import("../views/InviteOneAcceptView.vue"),
},
{
path: "/logs",
name: "logs",
component: () => import("../views/LogView.vue"),
},
{
path: "/new-activity",
name: "new-activity",