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

@@ -366,6 +366,10 @@ min-width: 2.0em;
max-width: 2.5em;
}
table.fw-nat tbody tr td {
height: 2.25em;
}
/* LAYOUT - 3 COLUMNS */
/* Primary content */

View File

@@ -343,6 +343,10 @@ min-width: 2.0em;
max-width: 2.5em;
}
table.fw-nat tbody tr td {
height: 2.25em;
}
/* LAYOUT - 3 COLUMNS */
/* Primary content */

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;
}

View File

@@ -372,6 +372,10 @@ min-width: 2.0em;
max-width: 2.5em;
}
table.fw-nat tbody tr td {
height: 2.25em;
}
/* LAYOUT - 3 COLUMNS */
/* Primary content */