Daniel Erez has posted comments on this change.

Change subject: webadmin,userportal: Upgrade GWT SDK and related modules
......................................................................


Patch Set 1: (3 inline comments)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.java
Line 132:     @WithElementId("runAndPause")
Line 133:     EntityModelCheckBoxEditor runAndPauseEditor;
Line 134: 
Line 135:     @UiField
Line 136:     @Path(value = "kernel_path.entity")
OK, good to know :)
So we should pay extra attention to it from now on.
Line 137:     @WithElementId("kernelPath")
Line 138:     EntityModelTextBoxEditor kernelPathEditor;
Line 139: 
Line 140:     @UiField


....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
Line 51:                </g:VerticalPanel>
Line 52:                <t:DialogTabPanel ui:field="dialogTabPanel" 
height="340px" width="100%" addStyleNames="{style.tabPanel}">
Line 53:                        <t:tab>
Line 54:                                <t:DialogTab ui:field="targetsToLunTab">
Line 55:                                        <t:content>
OK, I'll just try to verify it with chrome (IIRC, there have been some layout 
issues...)
Line 56:                                            <w:ValidatedPanelWidget 
ui:field="targetsToLunsPanel" addStyleNames="{style.tabContentPanel}" />
Line 57:                                        </t:content>
Line 58:                                </t:DialogTab>
Line 59:                        </t:tab>


....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/template/TemplateGeneralModelForm.java
Line 102:     @Override
Line 103:     protected void doEdit(TemplateGeneralModel model) {
Line 104:         driver.edit(model);
Line 105: 
Line 106:         // Required because of type conversion
Great, we'll handle it later..
Line 107:         
monitorCount.setText(Integer.toString(getModel().getMonitorCount()));
Line 108:         
isStateless.setText(Boolean.toString(getModel().getIsStateless()));
Line 109:     }
Line 110: 


-- 
To view, visit http://gerrit.ovirt.org/16739
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ica797e68e2f56fd3f231baf36f0ac03c5df5c3f2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Tomas Jelinek <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to