firewall.cgi: Dynamically show/hide DNAT and SNAT configure elements.

Fixes #10732.
This commit is contained in:
Stefan Schantl
2015-04-19 01:04:14 +02:00
parent f51bc66149
commit c98b743c09
5 changed files with 34 additions and 5 deletions

View File

@@ -324,3 +324,7 @@ table {
.tbl tr:last-child td {
border-bottom: 1px solid lightgrey;
}
table.fw-nat tbody tr td {
height: 2.25em;
}