-
- <.link
- navigate={~p"/orgs/#{@organization.slug}/settings/integrations"}
- class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white"
- >
- <.icon name="hero-arrow-left" class="h-4 w-4" /> Back to Integrations
-
-
+ <.breadcrumb items={[
+ %{label: "Dashboard", navigate: ~p"/dashboard"},
+ %{label: "Settings", navigate: ~p"/orgs/#{@organization.slug}/settings"},
+ %{label: "Integrations", navigate: ~p"/orgs/#{@organization.slug}/settings/integrations"},
+ %{label: "Gaiia"}
+ ]} />
{t("Link Devices & Sites to Gaiia")}
diff --git a/lib/towerops_web/live/org/gaiia_reconciliation_live.html.heex b/lib/towerops_web/live/org/gaiia_reconciliation_live.html.heex
index 55d73570..db0c5a46 100644
--- a/lib/towerops_web/live/org/gaiia_reconciliation_live.html.heex
+++ b/lib/towerops_web/live/org/gaiia_reconciliation_live.html.heex
@@ -3,6 +3,13 @@
current_scope={@current_scope}
active_page="settings"
>
+ <.breadcrumb items={[
+ %{label: "Dashboard", navigate: ~p"/dashboard"},
+ %{label: "Settings", navigate: ~p"/orgs/#{@organization.slug}/settings"},
+ %{label: "Integrations", navigate: ~p"/orgs/#{@organization.slug}/settings/integrations"},
+ %{label: "Gaiia"}
+ ]} />
+
<.header>
{t("Gaiia Inventory Reconciliation")}
<:subtitle>
diff --git a/lib/towerops_web/live/org/preseem_devices_live.html.heex b/lib/towerops_web/live/org/preseem_devices_live.html.heex
index 6cae1099..3f5938f0 100644
--- a/lib/towerops_web/live/org/preseem_devices_live.html.heex
+++ b/lib/towerops_web/live/org/preseem_devices_live.html.heex
@@ -3,14 +3,12 @@
current_scope={@current_scope}
>
-
- <.link
- navigate={~p"/orgs/#{@organization.slug}/settings/integrations"}
- class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white"
- >
- <.icon name="hero-arrow-left" class="h-4 w-4" /> Back to Integrations
-
-
+ <.breadcrumb items={[
+ %{label: "Dashboard", navigate: ~p"/dashboard"},
+ %{label: "Settings", navigate: ~p"/orgs/#{@organization.slug}/settings"},
+ %{label: "Integrations", navigate: ~p"/orgs/#{@organization.slug}/settings/integrations"},
+ %{label: "Preseem"}
+ ]} />
{t("Preseem Devices")}
diff --git a/lib/towerops_web/live/org/preseem_insights_live.html.heex b/lib/towerops_web/live/org/preseem_insights_live.html.heex
index 27761b0f..d15f86eb 100644
--- a/lib/towerops_web/live/org/preseem_insights_live.html.heex
+++ b/lib/towerops_web/live/org/preseem_insights_live.html.heex
@@ -3,14 +3,12 @@
current_scope={@current_scope}
>
-
- <.link
- navigate={~p"/orgs/#{@organization.slug}/settings/integrations"}
- class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white"
- >
- <.icon name="hero-arrow-left" class="h-4 w-4" /> Back to Integrations
-
-
+ <.breadcrumb items={[
+ %{label: "Dashboard", navigate: ~p"/dashboard"},
+ %{label: "Settings", navigate: ~p"/orgs/#{@organization.slug}/settings"},
+ %{label: "Integrations", navigate: ~p"/orgs/#{@organization.slug}/settings/integrations"},
+ %{label: "Preseem"}
+ ]} />
diff --git a/lib/towerops_web/live/org/settings_live.html.heex b/lib/towerops_web/live/org/settings_live.html.heex
index 74b88ad8..4daa36a0 100644
--- a/lib/towerops_web/live/org/settings_live.html.heex
+++ b/lib/towerops_web/live/org/settings_live.html.heex
@@ -3,14 +3,10 @@
current_scope={@current_scope}
>
-
- <.link
- navigate={~p"/dashboard"}
- class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white"
- >
- <.icon name="hero-arrow-left" class="h-4 w-4" /> Back to Dashboard
-
-
+ <.breadcrumb items={[
+ %{label: "Dashboard", navigate: ~p"/dashboard"},
+ %{label: "Settings"}
+ ]} />
{t("Organization Settings")}
diff --git a/lib/towerops_web/live/site_live/index.html.heex b/lib/towerops_web/live/site_live/index.html.heex
index cecb7b64..b417a966 100644
--- a/lib/towerops_web/live/site_live/index.html.heex
+++ b/lib/towerops_web/live/site_live/index.html.heex
@@ -50,7 +50,10 @@
{t("Down")}
|
-
+ |
{t("QoE")}
|
|