Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1524788 [details] timelines for the instance Description of problem: When you navigate to an instance or VM's summary page and then view the timeline of that VM or instance, the accordion detailing the provider's instances, etc. is still displayed. However, if you navigate the provider's summary page and then the select the timelines for that provider, the accordion is not displayed. See attachments. I am seeing similar behavior for both the host timelines (for infra providers), and the availability zones timeslines (for cloud providers). Version-Release number of selected component (if applicable): 5.10.0.32.20190115185124_c957ada How reproducible: 100% Steps to Reproduce: 1. Add a cloud provider 2. Navigate to that provider's summary page 3. Click on "Monitoring"->"Timelines" Actual results: The timeline filter shows up, but the accordion disappears. If you try to select the browser element (".//li[contains(@class, "active")]/a") that we use to determine the page we've landed on, you get "Timelines". Expected results: The timeline filter shows up, and the accordion is still present. Selecting the browser element yields "Compute" Additional info: This affects the Vertical Navigation that we use to assure we've landed on a page in our automated testing. For that reason, I've marked this as a test blocker. Also, this bug does not affect 5.9.8, so I've marked it as a regression. Note that the user is still able to use the Timeline normally through the UI.
Created attachment 1524789 [details] timelines for the provider
Created attachment 1524790 [details] timelines for the availability zone
All effected pages: Availability Zones, Containers, Container Groups, Container Nodes, Container Pods, Container Projects, Clusters/Deployment Roles, Hosts/Nodes, Cloud Providers, Infra Providers, Container Providers
https://github.com/ManageIQ/manageiq-ui-classic/pull/5218
Verified in CFME 5.11.0.1.20190424210327_58b5dbd Steps of verification: 1) Add a cloud provider and an infra provider 2) Provision a VM or power down an existing VM (something to produce a timeline event) 3) Check the timelines of vm, av zone, provider for cloud provider, and check timelines of vm, hosts, provider for infra provider 4) Verified that the accordion is displayed properly on the timelines view.