Lior Vernia has posted comments on this change.

Change subject: webadmin: allowing prefix as mask staticIP conf
......................................................................


Patch Set 13:

(2 comments)

http://gerrit.ovirt.org/#/c/35145/13/frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/SubnetMaskValidationTest.java
File 
frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/SubnetMaskValidationTest.java:

Line 93: 
Line 94:     }
Line 95: 
Line 96:     enum ErrorMessage {
Line 97:         NoError,
> it's needed for the exceptionMessage build.
If actualResult.getSuccess() is true you don't invoke errorType.name().
Line 98:         badPrefixOrNetmaskFormatMessage,
Line 99:         badNetmaskFormatMessage,
Line 100:         invalidMask
Line 101:     }


http://gerrit.ovirt.org/#/c/35145/13/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java:

Line 2558: 
Line 2559:     @DefaultStringValue("IP")
Line 2560:     String ipHostPopup();
Line 2561: 
Line 2562:     @DefaultStringValue("Netmask/Routing Prefix")
> not enough space for doing so
Then you can increase the width of the dialog by say 10px in 
HostInterfacePopupView.ui.xml. Just make sure you don't break any other 
layout...
Line 2563:     String subnetMaskHostPopup();
Line 2564: 
Line 2565:     @DefaultStringValue("Gateway")
Line 2566:     String gwHostPopup();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If909eda53a61bda5030c342156a01e53576e77cb
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eliraz Levi <el...@redhat.com>
Gerrit-Reviewer: Eliraz Levi <el...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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

Reply via email to