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/05/39805/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 e8cdf29..1b2df24 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 @@ -455,7 +455,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 3808af5..c67ba84 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 @@ -4081,13 +4081,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") @@ -4099,10 +4099,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/39805 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba8fb55284212c3c8313ce342964a3ca6a3b715a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
