From 80028465cb074ae23ddb86a3808b58b319a3e75f Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 3 May 2015 15:52:04 +0100 Subject: [PATCH] Sorted ports / bgp background --- html/includes/print-menubar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 482b43990..918112447 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -653,7 +653,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 Ports
', - suggestion: Handlebars.compile('

{{name}} – {{hostname}}
{{description}}

') + suggestion: Handlebars.compile('

{{name}} – {{hostname}}
{{description}}

') } }, { @@ -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) {