← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1886025] [NEW] popover-content not shoing flavor details

 

Public bug reported:

due to changes in the new bootstrap version used in ussuri, the popup
table for flavour details content is empty, on the instance list.

I tested the changing the content of this file
openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html

From:
 $flavor.popover({html:true, trigger: "hover"});

To:
 $flavor.popover({html:true,  sanitize: false, trigger: "hover"});

And it solved the problem, that seams related to bootstrap changes:

https://github.com/twbs/bootstrap/issues/28290

** Affects: horizon
     Importance: Undecided
         Status: New

** Patch added: "Fixed popover-content not shoing flavor details"
   https://bugs.launchpad.net/bugs/1886025/+attachment/5388972/+files/_instance_flavor.html

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1886025

Title:
  popover-content not shoing flavor details

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  due to changes in the new bootstrap version used in ussuri, the popup
  table for flavour details content is empty, on the instance list.

  I tested the changing the content of this file
  openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html

  From:
   $flavor.popover({html:true, trigger: "hover"});

  To:
   $flavor.popover({html:true,  sanitize: false, trigger: "hover"});

  And it solved the problem, that seams related to bootstrap changes:

  https://github.com/twbs/bootstrap/issues/28290

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1886025/+subscriptions


Follow ups