Tal Nisan has uploaded a new change for review. Change subject: wewbadmin: Corrected error enums for force select SPM in AppErrors.java ......................................................................
wewbadmin: Corrected error enums for force select SPM in AppErrors.java Change-Id: I863d7a199432e4a3cd2af7db11bac9c9ce5bafb2 Bug-Url: https://bugzilla.redhat.com/1121388 Signed-off-by: Tal Nisan <[email protected]> --- M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/30801/1 diff --git a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java index 1de0b3f..313d47f 100644 --- a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java +++ b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java @@ -224,13 +224,13 @@ String CANNOT_FORCE_SELECT_SPM_VDS_NOT_UP(); @DefaultStringValue("Cannot ${action} ${type}. The Host ${VdsName} is already SPM or contending.") - String CANNOT_FORCE_SELECT__SPM_VDS_ALREADY_SPM(); + String CANNOT_FORCE_SELECT_SPM_VDS_ALREADY_SPM(); @DefaultStringValue("Cannot ${action} ${type}. The SPM priority of Host ${VdsName} is set to 'never'. This Host cannot be elected as SPM.") - String CANNOT_FORCE_SELECT__SPM_VDS_MARKED_AS_NEVER_SPM(); + String CANNOT_FORCE_SELECT_SPM_VDS_MARKED_AS_NEVER_SPM(); @DefaultStringValue("Cannot ${action} ${type}. The Storage Pool has running tasks.") - String CANNOT_FORCE_SELECT__SPM_STORAGE_POOL_HAS_RUNNING_TASKS(); + String CANNOT_FORCE_SELECT_SPM_STORAGE_POOL_HAS_RUNNING_TASKS(); @DefaultStringValue("Cannot ${action} ${type}. The Host is not a part of a Storage Pool.") String CANNOT_FORCE_SELECT_SPM_VDS_NOT_IN_POOL(); -- To view, visit http://gerrit.ovirt.org/30801 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I863d7a199432e4a3cd2af7db11bac9c9ce5bafb2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
