]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/fireinfo/profile-detail.html
fireinfo: Fix red label.
[people/shoehn/ipfire.org.git] / templates / fireinfo / profile-detail.html
index 4b87665986b16fec55331f7d4bab2d50550d7eb5..0108987cb54cd8d79229fb5be5d2dea91a77c165 100644 (file)
                                                        {% if zone == "GREEN" %}
                                                                <span class="label label-success">{{ _(zone) }}</span>
                                                        {% elif zone == "RED" %}
-                                                               <span class="label label-important">{{ _(zone) }}</span>
+                                                               <span class="label label-danger">{{ _(zone) }}</span>
                                                        {% elif zone == "ORANGE" %}
                                                                <span class="label label-warning">{{ _(zone) }}</span>
                                                        {% elif zone == "BLUE" %}