From 7a78de944e0e7e221049a46337d93b477d29b4a0 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:33:21 -0600 Subject: [PATCH] change dashboard home link --- .../src/components/navigation/navbar/web_app/template.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pgml-dashboard/src/components/navigation/navbar/web_app/template.html b/pgml-dashboard/src/components/navigation/navbar/web_app/template.html index 32b330e9f..9ce219a12 100644 --- a/pgml-dashboard/src/components/navigation/navbar/web_app/template.html +++ b/pgml-dashboard/src/components/navigation/navbar/web_app/template.html @@ -5,6 +5,8 @@ use crate::models::Cluster; let standalone_dashboard = config::standalone_dashboard(); + + let home_link = if standalone_dashboard {"/"} else {"/deployments"}; %>
@@ -20,7 +22,7 @@
- <%+ PostgresLogo::new("/").hide_owl() %> + <%+ PostgresLogo::new(home_link).hide_owl() %>
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy