Skip to content

Commit

Permalink
fix: Aligned the 802.1x tab to the behaviour of other wireless tabs
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero committed Dec 7, 2023
1 parent 3e04ebe commit f94a1d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ private void showWirelessTabs(boolean interfaceNotEnabled) {
insertTab(this.wirelessTabAnchorItem);
if (this.isNet2) {
insertTab(this.net8021xTabAnchorItem);
this.net8021xTabAnchorItem.setEnabled(!interfaceNotEnabled);
}

insertTab(this.dhcp4NatTabAnchorItem);
Expand Down

0 comments on commit f94a1d9

Please sign in to comment.