Skip to content

Commit 2024af8

Browse files
authored
Fix misformed url to Gitlab pipeline (#650)
1 parent f6b275e commit 2024af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart/grafana/dashboards/dashboard_pipelines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@
766766
{
767767
"targetBlank": true,
768768
"title": "View pipeline #${__value.numeric}",
769-
"url": "https://${GITLAB_HOST}/${__data.fields.project}/pipelines/${__value.numeric}"
769+
"url": "https://${GITLAB_HOST}/${__data.fields.project}/-/pipelines/${__value.numeric}"
770770
}
771771
]
772772
},

0 commit comments

Comments
 (0)