libs/web: fix firewall_zoneforwards template for bootstrap theme
This commit is contained in:
parent
7bda8d6da3
commit
47b51b54e8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
-%>
|
-%>
|
||||||
|
|
||||||
<% if zone then %>
|
<% if zone then %>
|
||||||
<div style="padding:0.5em">
|
<div style="padding:0.5em; white-space:nowrap">
|
||||||
<label style="background-color:<%=zone:get_color()%>; padding:0.4em">
|
<label style="background-color:<%=zone:get_color()%>; padding:0.4em">
|
||||||
<strong><%=zone:name()%>:</strong>
|
<strong><%=zone:name()%>:</strong>
|
||||||
<%
|
<%
|
||||||
|
|
Loading…
Reference in a new issue