dashboards: fix typo in data link (#3426)

Fixes a missing `&` char in data link for ETA panel
on cluster dashboards. Without `&` char it generates
wrong link when click on Drilldown menu.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
Roman Khavronenko 2022-12-01 13:21:14 +01:00 committed by GitHub
parent 30fea30685
commit f989c20dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4436,7 +4436,7 @@
{
"targetBlank": true,
"title": "Drilldown",
"url": "/d/oS7Bi_0Wz?viewPanel=196&${__url_time_range}${__all_variables}"
"url": "/d/oS7Bi_0Wz?viewPanel=196&${__url_time_range}&${__all_variables}"
}
],
"mappings": [],