Merge "Show flavor tooltip on mouse hover"

This commit is contained in:
Zuul 2019-03-07 16:07:58 +00:00 committed by Gerrit Code Review
commit b643da376c
1 changed files with 1 additions and 1 deletions

View File

@ -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});
$flavor.popover({html:true, trigger: "hover"});
}
});
</script>