Skip to content

Commit

Permalink
checklist: fix dashboard link in navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Mar 3, 2022
1 parent 26a443d commit fc10ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- **redis**: fix label_names() function to return all label names if no parameter is specified (now the label name auto-completion in the query editor works again)
- **redis**: remove deprecated `label_values(metric, label)` function
- **bpftrace**: disable scrolling beyond last line in query editor
- **checklist**: fix dashboard link in navigation bar
- **chore**: upgrade Grafana dependencies to version 8.4.1
- **chore**: refactor custom Monaco languages
- **chore**: use new @grafana/ui form components in query editor
Expand Down
1 change: 1 addition & 0 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"type": "dashboard",
"name": "PCP Vector Checklist",
"path": "dashboards/vector/checklist/pcp-vector-checklist.json",
"uid": "pcp-vector-checklist",
"addToNav": true
},
{
Expand Down

0 comments on commit fc10ac4

Please sign in to comment.