We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54100ac commit a13b4adCopy full SHA for a13b4ad
pgml-dashboard/src/components/navigation/navbar/web_app/template.html
@@ -5,6 +5,8 @@
5
use crate::models::Cluster;
6
7
let standalone_dashboard = config::standalone_dashboard();
8
+
9
+ let home_link = if standalone_dashboard {"/"} else {"/deployments"};
10
%>
11
12
<div class="fixed-top-nav font-family-primary" data-controller="navigation-navbar-web-app">
@@ -20,7 +22,7 @@
20
22
</button>
21
23
24
<div class="web-app-left-nav-sized-container">
- <%+ PostgresLogo::new("/").hide_owl() %>
25
+ <%+ PostgresLogo::new(home_link).hide_owl() %>
26
</div>
27
28
<!-- Button to toggle collapsed menu for less than lg screens -->
0 commit comments