mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Bootstrap change .label-important -> .label-danger
This commit is contained in:
parent
205d3bb8c0
commit
4c01690fb5
@ -75,7 +75,7 @@ firewalld'</p>
|
|||||||
{% elif port in external_enabled_services %}
|
{% elif port in external_enabled_services %}
|
||||||
<span class='label label-warning'>Permitted (external only)</span>
|
<span class='label label-warning'>Permitted (external only)</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class='label label-important'>Blocked</span>
|
<span class='label label-danger'>Blocked</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user