From 493b1e8001a62ca396884ef09b79a64da29d9876 Mon Sep 17 00:00:00 2001
From: Graham McIntie
Date: Fri, 13 Feb 2026 19:27:32 -0600
Subject: [PATCH] fix: correct broken route paths in dashboard and insights
templates
---
lib/towerops_web/live/dashboard_live.html.heex | 7 ++-----
lib/towerops_web/live/insights_live/index.html.heex | 6 +++---
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/lib/towerops_web/live/dashboard_live.html.heex b/lib/towerops_web/live/dashboard_live.html.heex
index c2f8fb4c..43114b42 100644
--- a/lib/towerops_web/live/dashboard_live.html.heex
+++ b/lib/towerops_web/live/dashboard_live.html.heex
@@ -255,13 +255,10 @@
<.link navigate={~p"/devices/new"} class="btn btn-outline btn-sm gap-1.5">
<.icon name="hero-plus-circle" class="h-4 w-4" /> Add Device
- <.link navigate={~p"/discovery"} class="btn btn-outline btn-sm gap-1.5">
- <.icon name="hero-magnifying-glass-circle" class="h-4 w-4" /> Run Discovery
-
<.link navigate={~p"/alerts"} class="btn btn-outline btn-sm gap-1.5">
<.icon name="hero-bell-alert" class="h-4 w-4" /> View Alerts
- <.link navigate={~p"/subscribers/trace"} class="btn btn-outline btn-sm gap-1.5">
+ <.link navigate={~p"/trace"} class="btn btn-outline btn-sm gap-1.5">
<.icon name="hero-signal" class="h-4 w-4" /> Subscriber Trace
@@ -458,7 +455,7 @@
Recent Config Changes
<.link
- navigate={~p"/config-changes"}
+ navigate={~p"/insights"}
class="text-xs font-medium text-blue-600 hover:text-blue-700 dark:text-blue-500 dark:hover:text-blue-400"
>
View All →
diff --git a/lib/towerops_web/live/insights_live/index.html.heex b/lib/towerops_web/live/insights_live/index.html.heex
index 6bbc2212..98d06bca 100644
--- a/lib/towerops_web/live/insights_live/index.html.heex
+++ b/lib/towerops_web/live/insights_live/index.html.heex
@@ -162,9 +162,9 @@
<% end %>
- <.link navigate={~p"/settings"} class="btn btn-primary btn-sm">
- <.icon name="hero-cog-6-tooth" class="h-4 w-4" /> Connect Integration
-
+
+ Go to your org settings to connect an integration.
+