Lior Vernia has posted comments on this change. Change subject: webadmin: Add subnet left tab to new network dialog ......................................................................
Patch Set 2: (1 comment) .................................................... File frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/NewNetworkPopupView.java Line 30: @Override Line 31: public void updateVisibility() { Line 32: super.updateVisibility(); Line 33: messageLabel.setVisible(false); Line 34: toggleSubnetVisibility(exportEditor.asCheckBox().getValue()); So now I think this doesn't accomplish what you wanted it to. By default, export isn't checked, right? So when updateVisibility() is called, the tab will be hidden. Now if export is checked, I don't think the tab will appear. But I might be wrong... Does it? Line 35: } Line 36: Line 37: @Override Line 38: protected void localize(ApplicationConstants constants) { -- To view, visit http://gerrit.ovirt.org/22690 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5054c208f692a321d60532046ffa576770c4ec6b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Lior Vernia <lver...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches