From e4f42ec22083b8bc9c4d0dad585b97b93302b440 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Sun, 15 Feb 2015 15:30:40 +0100 Subject: [PATCH] Menubar port search output change. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Small change that add’s the port desc/alias to the output. --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 812cd1672..3f71cfde1 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -485,7 +485,7 @@ if ($_SESSION['authenticated']) name: 'ports', remote : 'ajax_search.php?search=%QUERY&type=ports', header : '
 Ports
', - template: '

{{name}} – {{hostname}}

', + template: '

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

', valueKey: "name", engine: Hogan },