Add a space between BGP symbol, and IP address (#6050)

This commit is contained in:
David Bell
2017-03-01 21:32:18 +00:00
committed by GitHub
parent 1f59322c2d
commit 56bb0a4d50

View File

@@ -775,7 +775,7 @@ $('#gsearch').typeahead({
valueKey: 'name',
templates: {
header: '<h5><strong>&nbsp;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) {