We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f069b commit dc1ef78Copy full SHA for dc1ef78
scanpipe/templates/scanpipe/panels/clarity_compliance.html
@@ -1,10 +1,6 @@
1
{% if clarity_compliance_alert %}
2
<div class="column is-half">
3
- <nav id="clarity-compliance-panel" class="panel
4
- {% if clarity_compliance_alert == 'error' %}is-danger
5
- {% elif clarity_compliance_alert == 'warning' %}is-warning
6
- {% elif clarity_compliance_alert == 'ok' %}is-success
7
- {% else %}is-light{% endif %}">
+ <nav id="clarity-compliance-panel" class="panel is-dark">
8
<p class="panel-heading">
9
Clarity Compliance
10
</p>
@@ -33,4 +29,4 @@
33
29
</div>
34
30
</nav>
35
31
36
-{% endif %}
32
+{% endif %}
0 commit comments