We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fce148 commit e486089Copy full SHA for e486089
celery-mixin/.gitignore
@@ -1,4 +1,4 @@
1
vendor
2
tmp
3
-./dashboards_out/lint
+./dashboards_out/.lint
4
.vale
celery-mixin/dashboards/celery-tasks-overview.libsonnet
@@ -289,7 +289,7 @@ local tbOverride = tbStandardOptions.override;
289
tbPanelOptions.link.withTitle('Go To View') +
290
tbPanelOptions.link.withType('dashboard') +
291
tbPanelOptions.link.withUrl(
292
- '/d/%s/celery-tasks-by-task?var-task=${__data.fields.Task}' % $._config.celeryTasksByTaskUid
+ '/d/%s/celery-tasks-by-task?var-task=${__data.fields.Task}' % $._config.dashboardIds['celery-tasks-by-task']
293
) +
294
tbPanelOptions.link.withTargetBlank(true)
295
)
0 commit comments