Bootstrap change .label-important -> .label-danger

This commit is contained in:
Sunil Mohan Adapa 2014-11-23 14:19:52 +05:30
parent 205d3bb8c0
commit 4c01690fb5

View File

@ -75,7 +75,7 @@ firewalld'</p>
{% elif port in external_enabled_services %}
<span class='label label-warning'>Permitted (external only)</span>
{% else %}
<span class='label label-important'>Blocked</span>
<span class='label label-danger'>Blocked</span>
{% endif %}
</td>
</tr>