From c0e8437b2c08671bb2c6a7c6225be2e9a85fbf20 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 21:47:58 +0200 Subject: [PATCH] fix: avoid TaskTree navigation icon crash Co-Authored-By: Claude Opus 4.7 --- web/hwlab-cloud-web/src/components/layout/AppNavigation.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue b/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue index 59e8a1a1..8cea45bb 100644 --- a/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue +++ b/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue @@ -13,7 +13,6 @@ import { Cpu, CreditCard, FolderKanban, - GanttChart, Gauge, KeyRound, LayoutDashboard, @@ -114,7 +113,7 @@ const navSections = [ name: "TaskTree", label: "TaskTree", path: "/projects/tasktree", - icon: GanttChart, + icon: ChartBar, navId: "project.tasktree", }, ],