Martin Betak has uploaded a new change for review.

Change subject: userportal: Add entry to AppErrors.java
......................................................................

userportal: Add entry to AppErrors.java

Add VM_POOL_CANNOT_ATTACH_TO_MORE_VMS_FROM_POOL method
to AppErrors.java

Change-Id: I1279d2393741075e973e4c46ea17a95237e00354
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=988036
Signed-off-by: Martin Betak <mbe...@redhat.com>
---
M 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/17592/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 004da1a..9a2ecbd 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
@@ -2219,6 +2219,9 @@
     @DefaultStringValue("Cannot decrease VMs from VM-Pool.")
     String VM_POOL_CANNOT_DECREASE_VMS_FROM_POOL();
 
+    @DefaultStringValue("User is already attached to maximum number of VMs 
from this VM-Pool.")
+    String VM_POOL_CANNOT_ATTACH_TO_MORE_VMS_FROM_POOL();
+
     // bad names
     // NETWORK_INTERFACE_EXITED_MAX_INTERFACES
     @DefaultStringValue("Cannot ${action} ${type}. Selected Cluster is missing 
one or more networks ${networks} that is used by VM.")


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1279d2393741075e973e4c46ea17a95237e00354
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to