Bug 1732517

Summary: No title on Timelines Page for entities other than instances/VMs
Product: Red Hat CloudForms Management Engine Reporter: John Dupuy <jdupuy>
Component: UI - OPSAssignee: Milan Zázrivec <mzazrivec>
Status: POST --- QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.10.7CC: bmidwood, dmetzger, hkataria, lavenel
Target Milestone: GA   
Target Release: 5.11.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Attachments:
Description Flags
no title none

Description John Dupuy 2019-07-23 14:25:47 UTC
Created attachment 1592882 [details]
no title

Description of problem:
On the timelines pages for entities other than the VM/instance, there is no title present. 

Version-Release number of selected component (if applicable):
5.10.7.1 and 5.11.0.15

How reproducible:
100%

Steps to Reproduce:
1. Add infra provider
2. Navigate to Timelines page of the infra provider

Actual results:
No title on the page

Expected results:
Should be a title on the page

Additional info:
Same is true for: clusters, hosts, availability zones, possibly container nodes, cloud providers, and possibly physical servers (but haven't checked this yet).

Comment 4 CFME Bot 2019-09-09 13:26:30 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/17b8b197de78120d528863b9a6b159e99a6a0f48
commit 17b8b197de78120d528863b9a6b159e99a6a0f48
Author:     Richard Vsiansky <r.vsia>
AuthorDate: Mon Jul 29 04:48:34 2019 -0400
Commit:     Richard Vsiansky <r.vsia>
CommitDate: Mon Jul 29 04:48:34 2019 -0400

    Show title on non-explorer timeline page

    https://bugzilla.redhat.com/show_bug.cgi?id=1732517

    - set specific title

 app/controllers/mixins/more_show_actions.rb | 2 +-
 app/views/layouts/_tl_show.html.haml | 2 +
 spec/controllers/ems_infra_controller_spec.rb | 5 +
 3 files changed, 8 insertions(+), 1 deletion(-)