webui: Updated bgp table to use bootstrap properly (#6406)

* Apply Bootstrap table spacing to BGP session list

* I  agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md
This commit is contained in:
Ben Klang
2017-04-12 17:30:01 -04:00
committed by Neil Lathwood
parent bd3fd64f3e
commit b7f1e09be5
2 changed files with 2 additions and 1 deletions

View File

@@ -197,6 +197,7 @@ LibreNMS contributors:
- Jari Schäfer <jari.schaefer@gmail.com> (jarischaefer)
- Jan-Philipp Litza <janphilipp@litza.de> (jplitza)
- Chris Putnam <chrisputnam@gmail.com> (putnam)
- Ben Klang <ben@alkaloid.net> (bklang)
Observium was written by:
- Adam Armstrong

View File

@@ -190,7 +190,7 @@ if ($_SESSION['userlevel'] < '5') {
print_optionbar_end();
echo "<table border=0 cellspacing=0 cellpadding=5 width=100% class='sortable'>";
echo "<table border=0 cellspacing=0 cellpadding=5 width=100% class='table sortable'>";
echo '<tr style="height: 30px"><td width=1></td><th>Local address</th><th></th><th>Peer address</th><th>Type</th><th>Family</th><th>Remote AS</th><th>State</th><th width=200>Uptime / Updates</th></tr>';
if ($vars['type'] == 'external') {