Shubhendu Tripathi has uploaded a new change for review. Change subject: webadmin: Gluster volume snapshot scheduling UI changes ......................................................................
webadmin: Gluster volume snapshot scheduling UI changes There were few comments on the labels and different options shown on the volume snapshot scheduling screen. Incoporated those comments so that labels for the fields are more prominent and intuitive. Change-Id: Iba8fb55284212c3c8313ce342964a3ca6a3b715a Signed-off-by: Shubhendu Tripathi <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java 2 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/40/40840/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java index 537f58d..8a94a09 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java @@ -446,7 +446,7 @@ @DefaultMessage("Incorrect enum") @AlternateMessage({ "UNKNOWN", "None", - "INTERVAL", "Minutely", + "INTERVAL", "Minute", "HOURLY", "Hourly", "DAILY", "Daily", "WEEKLY", "Weekly", 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 295fb37..1350020 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 @@ -3981,13 +3981,13 @@ @DefaultStringValue("Recurrence") String recurrenceLabel(); - @DefaultStringValue("Interval (mins)") + @DefaultStringValue("Interval (every n-mins)") String intervalLabel(); @DefaultStringValue("End By") String endByLabel(); - @DefaultStringValue("End By Date") + @DefaultStringValue("End Schedule by") String endByDateLabel(); @DefaultStringValue("Time Zone") @@ -3999,10 +3999,10 @@ @DefaultStringValue("Days Of Week") String daysOfWeekLabel(); - @DefaultStringValue("Start At") + @DefaultStringValue("Start Schedule by") String startAtLabel(); - @DefaultStringValue("Execution Time") + @DefaultStringValue("Execute At") String executionTimeLabel(); @DefaultStringValue("No End Date") -- To view, visit https://gerrit.ovirt.org/40840 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba8fb55284212c3c8313ce342964a3ca6a3b715a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5-gluster Gerrit-Owner: Shubhendu Tripathi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
