diff --git a/html/includes/modal/new_alert_map.inc.php b/html/includes/modal/new_alert_map.inc.php index 99957c237..b414d730d 100644 --- a/html/includes/modal/new_alert_map.inc.php +++ b/html/includes/modal/new_alert_map.inc.php @@ -147,6 +147,7 @@ $('#target').typeahead({ displayKey: 'name', valueKey: name, templates: { + header: '
{{name}}
') } }, @@ -156,6 +157,7 @@ $('#target').typeahead({ displayKey: 'name', valueKey: name, templates: { + header: '{{name}}
') } }); diff --git a/html/includes/modal/new_alert_rule.inc.php b/html/includes/modal/new_alert_rule.inc.php index 512ae398a..59f464e3b 100644 --- a/html/includes/modal/new_alert_rule.inc.php +++ b/html/includes/modal/new_alert_rule.inc.php @@ -286,6 +286,7 @@ $('#map-stub').typeahead({ displayKey: 'name', valueKey: name, templates: { + header: '{{name}}
') } }, @@ -295,6 +296,7 @@ $('#map-stub').typeahead({ displayKey: 'name', valueKey: name, templates: { + header: '{{name}}
') } });