Ramesh N has uploaded a new change for review. Change subject: webadmin: Display unit for stripe size in create brick dialog. ......................................................................
webadmin: Display unit for stripe size in create brick dialog. Add the unit (KB) to the strip size label in create brick dialog. Change-Id: If735d639e574bd81fba984484c4624fd8c8cfd3b Bug-Url: https://bugzilla.redhat.com/1209426 Signed-off-by: Ramesh Nachimuthu <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/98/40198/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java index cd7ce27..a1a5719 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java @@ -4089,7 +4089,7 @@ @DefaultStringValue("No. of Physical Disks in RAID Volume") String noOfPhysicalDisksInRaidVolume(); - @DefaultStringValue("Stripe Size") + @DefaultStringValue("Stripe Size (KB)") String stripeSize(); @DefaultStringValue("Choose storage devices of RAID type: ") -- To view, visit https://gerrit.ovirt.org/40198 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If735d639e574bd81fba984484c4624fd8c8cfd3b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5-gluster Gerrit-Owner: Ramesh N <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
