Lior Vernia has uploaded a new change for review. Change subject: webadmin: Hide content widget of boot protocol label ......................................................................
webadmin: Hide content widget of boot protocol label Took a lot of space when visible, and when the label grew longer in foreign languages, this would cause other widgets in the dialog to rearrange. Change-Id: I9c2de4ba2ad14235e8e59f13c5ccdf9b106a257c Bug-Url: https://bugzilla.redhat.com/1051524 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/23447/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java index f75c1e5..2321e48 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java @@ -184,6 +184,7 @@ initWidget(ViewUiBinder.uiBinder.createAndBindUi(this)); // Set Styles + bootProtocolLabel.asValueBox().setVisible(false); checkConnectivity.setContentWidgetStyleName(style.checkCon()); qosOverridden.setContentWidgetStyleName(style.syncInfo()); isToSync.setContentWidgetStyleName(style.syncInfo()); -- To view, visit http://gerrit.ovirt.org/23447 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9c2de4ba2ad14235e8e59f13c5ccdf9b106a257c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
