diff --git a/html/css/styles.css b/html/css/styles.css
index 7641dbe0f9..c6c1aa7c04 100644
--- a/html/css/styles.css
+++ b/html/css/styles.css
@@ -1611,5 +1611,16 @@ tr.search:nth-child(odd) {
.tt-dropdown-menu
{
- min-width: 500px;
+ min-width: 500px;
}
+
+.twitter-typeahead .tt-hint {
+ display: block;
+ height: 34px;
+ padding: 8px 12px;
+ font-size: 14px;
+ line-height: 1.428571429;
+ border: 1px solid transparent;
+ width: 250px;
+}
+
diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php
index 00833d53d1..0eea285a38 100644
--- a/html/includes/print-menubar.php
+++ b/html/includes/print-menubar.php
@@ -490,9 +490,9 @@ if(is_file("includes/print-menubar-custom.inc.php"))
-
-
@@ -550,7 +550,7 @@ if ($_SESSION['authenticated'])
name: 'devices',
remote : 'ajax_search.php?search=%QUERY&type=device',
header : ' Devices
',
- template: '
{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}
',
+ template: '
{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}
',
valueKey:"name",
engine: Hogan
},
@@ -558,7 +558,7 @@ if ($_SESSION['authenticated'])
name: 'ports',
remote : 'ajax_search.php?search=%QUERY&type=ports',
header : ' Ports
',
- template: '
{{name}} – {{hostname}}
',
+ template: '
{{name}} – {{hostname}}
',
valueKey: "name",
engine: Hogan
},
@@ -566,8 +566,8 @@ if ($_SESSION['authenticated'])
name: 'bgp',
remote : 'ajax_search.php?search=%QUERY&type=bgp',
header : ' BGP
',
- template: '
{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}
',
- valueKey: 'name',
+ template: '
{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}
',
+ valueKey: "name",
engine: Hogan
}
]);