Alexander Wels has uploaded a new change for review.

Change subject: userportal: No null to display
......................................................................

userportal: No null to display

- Fixed missing entity title for UserPortalListModel.

Change-Id: I4bea19ac57ede41a8da8e3c3611028f9d15ec2a7
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=894306
Signed-off-by: Alexander Wels <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/10909/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
index ec0259b..025c391 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
@@ -284,6 +284,7 @@
         setRunOnceCommand(new UICommand("RunOnce", this)); //$NON-NLS-1$
         setChangeCdCommand(new UICommand("ChangeCD", this)); //$NON-NLS-1$
         setNewTemplateCommand(new UICommand("NewTemplate", this)); 
//$NON-NLS-1$
+        
setTitle(ConstantsManager.getInstance().getConstants().virtualMachinesTitle());
 
         UpdateActionAvailability();
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4bea19ac57ede41a8da8e3c3611028f9d15ec2a7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to