yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #83752
[Bug 1886025] Re: [horizon] popover-content not showing flavor details in ussuri
Reviewed: https://review.opendev.org/739685
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=25816bd82433cae6cb9ec14a38c065cd435692ca
Submitter: Zuul
Branch: master
commit 25816bd82433cae6cb9ec14a38c065cd435692ca
Author: manchandavishal <manchandavishal143@xxxxxxxxx>
Date: Tue Jul 7 09:09:37 2020 +0000
Fix tooltips and popovers for flavor details on the instance list.
Due to some changes in bootstrap, the popup table for
flavor details content is empty, on the instance list pages.
This patch adds 'sanitize:false' which fix the issue.
For more info. please refer[1].
[1] https://github.com/twbs/bootstrap/issues/28290
Closes-Bug: #1886025
Change-Id: I60788061d17a5529440ec1e3d6d5c11f5259d2e8
** Changed in: horizon
Status: In Progress => Fix Released
** Bug watch added: github.com/twbs/bootstrap/issues #28290
https://github.com/twbs/bootstrap/issues/28290
--
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:
[horizon] popover-content not showing flavor details in ussuri
Status in OpenStack Dashboard (Horizon):
Fix Released
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
References