Skip to content

Commit 8f36833

Browse files
[IMPROVEMENT] Auto-add Service and Project labels for URL silence #712
Automatically add project matcher and service matcher when silencing …
2 parents 3cd6953 + 7ac54dd commit 8f36833

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

promgen/templates/promgen/project_detail_urls.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<td>
1717
<a @click="setSilenceDataset"
1818
class="btn btn-warning btn-xs"
19+
data-project="{{project.name}}"
20+
data-service="{{project.service.name}}"
1921
data-job="{{url.probe.module}}"
2022
data-instance="{{url.url}}">{% trans "Silence" %}</a>
2123
<form method="post"

0 commit comments

Comments
 (0)