diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html index bee32c184b..ac2bc4167c 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html @@ -12,7 +12,7 @@ $(function () { var $flavor = $("#flavor_details_{{ id }}"); // NOTE(tsufiev): check this in case this template is used in network topology -> delete instance if ( $flavor.popover ) { - $flavor.popover({html:true, trigger: "hover"}); + $flavor.popover({html:true, sanitize: false, trigger: "hover"}); } });