Bug 1156047
| Summary: | [Enhancement] Change current Group: Bundle Deployments Portlet to show full name and the date in the table | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | bkramer <bkramer> | ||||
| Component: | UI | Assignee: | Thomas Heute <theute> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | JON 3.2 | CC: | fbrychta, myarboro | ||||
| Target Milestone: | --- | ||||||
| Target Release: | JON 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-04-15 14:57:48 UTC | Type: | Enhancement | ||||
| 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: | 1156050 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
JBoss ON is coming to the end of its product life cycle. For more information regarding this transition, see https://access.redhat.com/articles/3827121. This bug report/request is being closed. If you feel this issue should not be closed or requires further review, please create a new bug report against the latest supported JBoss ON 3.3 version. |
Created attachment 949868 [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): JBoss ON 3.2.3 How reproducible: Always Steps to Reproduce: 1. Deploy few bundles; 2. From JBoss ON 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: