Skip to content

Commit e486089

Browse files
committed
style: Fix lint issues
1 parent 7fce148 commit e486089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

celery-mixin/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
vendor
22
tmp
3-
./dashboards_out/lint
3+
./dashboards_out/.lint
44
.vale

celery-mixin/dashboards/celery-tasks-overview.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ local tbOverride = tbStandardOptions.override;
289289
tbPanelOptions.link.withTitle('Go To View') +
290290
tbPanelOptions.link.withType('dashboard') +
291291
tbPanelOptions.link.withUrl(
292-
'/d/%s/celery-tasks-by-task?var-task=${__data.fields.Task}' % $._config.celeryTasksByTaskUid
292+
'/d/%s/celery-tasks-by-task?var-task=${__data.fields.Task}' % $._config.dashboardIds['celery-tasks-by-task']
293293
) +
294294
tbPanelOptions.link.withTargetBlank(true)
295295
)

0 commit comments

Comments
 (0)