mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +08:00
Merge pull request #131 from nabilbendafi/fix/binary_test
fix: remove unnecessary test
This commit is contained in:
commit
94c5f259d2
1 changed files with 1 additions and 1 deletions
2
rules.md
2
rules.md
|
|
@ -64,7 +64,7 @@
|
||||||
{{ serviceIndex }}.{{ ruleIndex }}.
|
{{ serviceIndex }}.{{ ruleIndex }}.
|
||||||
{{ rule.name }}
|
{{ rule.name }}
|
||||||
</h4>
|
</h4>
|
||||||
<details id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" {% if true || (serviceIndex == 1 && ruleIndex == 1) %} open {% endif %}>
|
<details id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" open="">
|
||||||
<summary>
|
<summary>
|
||||||
{{ rule.description }}
|
{{ rule.description }}
|
||||||
<span class="clipboard-single" data-clipboard-target-id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" onclick="event.preventDefault();">[copy]</span>
|
<span class="clipboard-single" data-clipboard-target-id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" onclick="event.preventDefault();">[copy]</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue