Merge pull request #457 from Rosiak/master

Menubar port search output change.
This commit is contained in:
Neil Lathwood 2015-02-15 14:40:29 +00:00
commit 6a1c7b8931

View File

@ -485,7 +485,7 @@ if ($_SESSION['authenticated'])
name: 'ports',
remote : 'ajax_search.php?search=%QUERY&type=ports',
header : '<h5><strong>&nbsp;Ports</strong></h5>',
template: '<a href="{{url}}"><p><small><img src="images/icons/port.png" /> <strong>{{name}}</strong> {{hostname}}</small></p></a>',
template: '<a href="{{url}}"><p><small><img src="images/icons/port.png" /> <strong>{{name}}</strong> {{hostname}}<br /><i>{{description}}</i></small></p></a>',
valueKey: "name",
engine: Hogan
},