Bug 1156050

Summary: [Enhancement] Change current Group: Bundle Deployments Portlet to show full name and the date in the table
Product: [Other] RHQ Project Reporter: bkramer <bkramer>
Component: Core UIAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.9CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1156047    
Attachments:
Description Flags
Screen shot that shows issue in group bundle deployments portlet none

Description bkramer 2014-10-23 13:23:29 UTC
Created attachment 949872 [details]
Screen shot that shows issue in group bundle deployments portlet

Description of problem:
Group Bundle Deployment Portlet shows a list of bundle deployments for selected compatible group. For deployments with longer name the name is not shown completely and this portlet will show the bundle name that fits certain fixed size of the pixels on the screen. Even when all other portlets are removed and Bundle Deployments Portlet is resized to fit the rest of the screen, information shown in the portlet is not resized.

The content is rendered using VLayout [1] but it should be shown in the table as it is case with Group: Alerts portlet.

[1] /enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/groups/GroupBundleDeploymentsPortlet.java

Version-Release number of selected component (if applicable):
RHQ 4.9

How reproducible:
Always

Steps to Reproduce:
1. Deploy few bundles;
2. From RHQ UI -> navigate to Inventory -> Compatible Groups -> select group where deployments were deployed -> check the name of the deployments and confirm that it's not shown completely;
3. Remove all other portlets and resize Bundle Deployment Portlet and check the name of the deployments again

Actual results:
The name of the deployments is not changed and it is still incomplete;

Expected results:
Presented information is resized to fit available space on the screen and shown information is resized accordingly.

Additional info: