mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.
This commit is contained in:
parent
d71f979475
commit
156938a87e
@ -460,7 +460,7 @@ include("head.inc");
|
||||
|
||||
$iconfn = "pass";
|
||||
$spans = $spane = "";
|
||||
if (isset($ph2ent['disabled'])) {
|
||||
if (isset($ph2ent['disabled']) || isset($ph1ent['disabled'])) {
|
||||
$spans = "<span class=\"gray\">";
|
||||
$spane = "</span>";
|
||||
$iconfn .= "_d";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user