diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 8179125e8..482b43990 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -643,7 +643,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 Devices
', - suggestion: Handlebars.compile('

{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}

') + suggestion: Handlebars.compile('

{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}

') } }, { @@ -663,7 +663,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 BGP Sessions
', - suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') + suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') } }); $('#gsearch').bind('typeahead:open', function(ev, suggestion) {