Skip to content

Commit

Permalink
jfMonitor : fix creating vlan (missing ui.vlan_vlan)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Dec 13, 2024
1 parent 3edac86 commit c62fa9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/jfmonitor/src/ConfigService.java
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ private PopupPanel editVLANPopupPanel(UI ui) {
}
}
if (ui.vlan_vlan == null) {
ui.vlan_vlan = new VLAN("vlan" + _id, _name);
//create vlan
Task create = null;
if (true) {
Expand Down

0 comments on commit c62fa9f

Please sign in to comment.