Created attachment 1220470[details]
Screenshot of Instance By Provider page
Description of problem:
Instances list view does not render OpenStack instances properly in the table. The last two columns, Last Analysis Time and Region, are munged together and the table is missing the final column for OpenStack instances.
Attached screenshot includes instances from EC2 and OpenStack to highlight the difference.
When the view is filtered by provider using the accordion tree, the final column in the view, 'Last Analysis Time', does not have table cells rendered in the column, only the header.
There are no errors logged in the browser console or in production.log:
[----] I, [2016-11-14T10:28:38.930665 #2993:17544b8] INFO -- : Started POST "/vm_cloud/reload" for 127.0.0.1 at 2016-11-14 10:28:38 -0500
[----] I, [2016-11-14T10:28:38.933538 #2993:17544b8] INFO -- : Processing by VmCloudController#reload as JS
[----] I, [2016-11-14T10:28:40.045169 #2993:17544b8] INFO -- : Rendered layouts/_info_msg.html.haml (0.1ms)
[----] I, [2016-11-14T10:28:40.045490 #2993:17544b8] INFO -- : Rendered layouts/_flash_msg.html.haml (0.0ms)
[----] I, [2016-11-14T10:28:40.060613 #2993:17544b8] INFO -- : Rendered layouts/_list_grid.html.haml (14.3ms)
[----] I, [2016-11-14T10:28:40.060751 #2993:17544b8] INFO -- : Rendered layouts/gtl/_list.html.haml (15.1ms)
[----] I, [2016-11-14T10:28:40.060817 #2993:17544b8] INFO -- : Rendered layouts/_x_gtl.html.haml (15.9ms)
[----] I, [2016-11-14T10:28:40.061994 #2993:17544b8] INFO -- : Rendered layouts/_x_adv_searchbox.html.haml (0.7ms)
[----] I, [2016-11-14T10:28:40.063442 #2993:17544b8] INFO -- : Rendered layouts/_x_form_buttons.html.haml (0.0ms)
[----] I, [2016-11-14T10:28:40.063518 #2993:17544b8] INFO -- : Rendered layouts/_x_pagingcontrols.html.haml (1.2ms)
[----] I, [2016-11-14T10:28:40.080071 #2993:17544b8] INFO -- : Completed 200 OK in 1146ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Version-Release number of selected component (if applicable):
Testing on: 5.6.3.0.20161108115816_66df924
How reproducible:
Every time the page is loaded/refreshed, Chrome v54
Steps to Reproduce:
1. Add cloud provider for RHOS
2. View Instances/Instances By Provider
Actual results:
Improperly rendered table with missing cells and data in the wrong columns
Expected results:
Properly rendered table with accurate data.
I am still seeing incorrect rendering:
Appliance: 5.7.0.14-rc4
Browser: Google Chrome Version 54.0.2840.100 (64-bit)
Observed on 'Instances By Provider' and 'All Instances' pages. New screenshot attached.
Created attachment 1220470 [details] Screenshot of Instance By Provider page Description of problem: Instances list view does not render OpenStack instances properly in the table. The last two columns, Last Analysis Time and Region, are munged together and the table is missing the final column for OpenStack instances. Attached screenshot includes instances from EC2 and OpenStack to highlight the difference. When the view is filtered by provider using the accordion tree, the final column in the view, 'Last Analysis Time', does not have table cells rendered in the column, only the header. There are no errors logged in the browser console or in production.log: [----] I, [2016-11-14T10:28:38.930665 #2993:17544b8] INFO -- : Started POST "/vm_cloud/reload" for 127.0.0.1 at 2016-11-14 10:28:38 -0500 [----] I, [2016-11-14T10:28:38.933538 #2993:17544b8] INFO -- : Processing by VmCloudController#reload as JS [----] I, [2016-11-14T10:28:40.045169 #2993:17544b8] INFO -- : Rendered layouts/_info_msg.html.haml (0.1ms) [----] I, [2016-11-14T10:28:40.045490 #2993:17544b8] INFO -- : Rendered layouts/_flash_msg.html.haml (0.0ms) [----] I, [2016-11-14T10:28:40.060613 #2993:17544b8] INFO -- : Rendered layouts/_list_grid.html.haml (14.3ms) [----] I, [2016-11-14T10:28:40.060751 #2993:17544b8] INFO -- : Rendered layouts/gtl/_list.html.haml (15.1ms) [----] I, [2016-11-14T10:28:40.060817 #2993:17544b8] INFO -- : Rendered layouts/_x_gtl.html.haml (15.9ms) [----] I, [2016-11-14T10:28:40.061994 #2993:17544b8] INFO -- : Rendered layouts/_x_adv_searchbox.html.haml (0.7ms) [----] I, [2016-11-14T10:28:40.063442 #2993:17544b8] INFO -- : Rendered layouts/_x_form_buttons.html.haml (0.0ms) [----] I, [2016-11-14T10:28:40.063518 #2993:17544b8] INFO -- : Rendered layouts/_x_pagingcontrols.html.haml (1.2ms) [----] I, [2016-11-14T10:28:40.080071 #2993:17544b8] INFO -- : Completed 200 OK in 1146ms (Views: 0.2ms | ActiveRecord: 0.0ms) Version-Release number of selected component (if applicable): Testing on: 5.6.3.0.20161108115816_66df924 How reproducible: Every time the page is loaded/refreshed, Chrome v54 Steps to Reproduce: 1. Add cloud provider for RHOS 2. View Instances/Instances By Provider Actual results: Improperly rendered table with missing cells and data in the wrong columns Expected results: Properly rendered table with accurate data.