We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd6953 + 7ac54dd commit 8f36833Copy full SHA for 8f36833
1 file changed
promgen/templates/promgen/project_detail_urls.html
@@ -16,6 +16,8 @@
16
<td>
17
<a @click="setSilenceDataset"
18
class="btn btn-warning btn-xs"
19
+ data-project="{{project.name}}"
20
+ data-service="{{project.service.name}}"
21
data-job="{{url.probe.module}}"
22
data-instance="{{url.url}}">{% trans "Silence" %}</a>
23
<form method="post"
0 commit comments