Skip to content

Commit

Permalink
Add missed cross-dashboard links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Bondar committed Jun 15, 2024
1 parent de834e9 commit a1c5b73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dashboards/defaults.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
timezone: kubernetesMixin._config.grafanaK8s.grafanaTimezone,
refresh: kubernetesMixin._config.grafanaK8s.refresh,
tags: kubernetesMixin._config.grafanaK8s.dashboardTags,
links: [
{
asDropdown: true,
includeVars: true,
keepTime: true,
tags: kubernetesMixin._config.grafanaK8s.dashboardTags,
targetBlank: false,
title: 'Kubernetes',
type: 'dashboards',
},
],

[if 'rows' in super then 'rows']: [
row {
Expand Down

0 comments on commit a1c5b73

Please sign in to comment.