From f4c28f12ffda91e14022cae405b635357f3a1b2c Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Tue, 21 Sep 2021 14:46:07 -0400 Subject: [PATCH] Fix datalink to also pass cluster_name as vars-pgcluster --- grafana/common/PG_Overview.json | 6 +++--- hugo/themes/crunchy-hugo-theme | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/common/PG_Overview.json b/grafana/common/PG_Overview.json index a9433ffe..429bfad9 100644 --- a/grafana/common/PG_Overview.json +++ b/grafana/common/PG_Overview.json @@ -31,7 +31,7 @@ { "targetBlank": true, "title": "PG Details", - "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables" + "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables&var-pgcluster=${__field.labels.cluster_name}" } ], "mappings": [ @@ -150,7 +150,7 @@ { "targetBlank": true, "title": "PG Details", - "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables" + "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables&var-pgcluster=${__field.labels.cluster_name}" } ], "mappings": [ @@ -270,7 +270,7 @@ { "targetBlank": true, "title": "PG Details", - "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables" + "url": "/d/6jtN_vfiz/postgresql-details?$__all_variables&var-pgcluster=${__field.labels.cluster_name}" } ], "mappings": [ diff --git a/hugo/themes/crunchy-hugo-theme b/hugo/themes/crunchy-hugo-theme index 69edd300..846db70e 160000 --- a/hugo/themes/crunchy-hugo-theme +++ b/hugo/themes/crunchy-hugo-theme @@ -1 +1 @@ -Subproject commit 69edd30074df74a5046b594c9d88ad57cb813ed6 +Subproject commit 846db70e8877e31d01459d2c4085d3536cdf41e1