Skip to content

Commit

Permalink
Update promgen/templates/promgen/vue/silence_table_modal.html
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Olivert Riera <[email protected]>
  • Loading branch information
bai1024 and vincent-olivert-riera authored Aug 20, 2024
1 parent 0404de6 commit d06e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promgen/templates/promgen/vue/silence_table_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4 class="modal-title" id="silenceModalLabel">Silence</h4>

<tbody>
<template v-for="silence in filteredSilences" :key="silence.id">
<silence-row :silence="silence" label-color="warning" @matcher-click="addFilterLabel" />
<silence-row :silence="silence" label-color="info" @matcher-click="addFilterLabel" />
</template>
</tbody>

Expand Down

0 comments on commit d06e216

Please sign in to comment.