mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
|
@@ -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') {
|
||||
|
Reference in New Issue
Block a user