mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add a space between BGP symbol, and IP address (#6050)
This commit is contained in:
@@ -775,7 +775,7 @@ $('#gsearch').typeahead({
|
|||||||
valueKey: 'name',
|
valueKey: 'name',
|
||||||
templates: {
|
templates: {
|
||||||
header: '<h5><strong> BGP Sessions</strong></h5>',
|
header: '<h5><strong> BGP Sessions</strong></h5>',
|
||||||
suggestion: Handlebars.compile('<p><a href="{{url}}"><small>{{{bgp_image}}}{{name}} - {{hostname}}<br />AS{{localas}} -> AS{{remoteas}}</small></a></p>')
|
suggestion: Handlebars.compile('<p><a href="{{url}}"><small>{{{bgp_image}}} {{name}} - {{hostname}}<br />AS{{localas}} -> AS{{remoteas}}</small></a></p>')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('#gsearch').bind('typeahead:open', function(ev, suggestion) {
|
$('#gsearch').bind('typeahead:open', function(ev, suggestion) {
|
||||||
|
|||||||
Reference in New Issue
Block a user