mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: add column title under device bgp tab (#6747)
* add column title * Change column name Change the column name to `Family` to be consistent
This commit is contained in:
@ -96,7 +96,7 @@ if ($vars['view'] == 'macaccounting_pkts') {
|
||||
print_optionbar_end();
|
||||
|
||||
echo '<table border="0" cellspacing="0" cellpadding="5" width="100%">';
|
||||
echo '<tr style="height: 30px"><th>Peer address</th><th>Type</th><th>Remote AS</th><th>State</th><th>Uptime</th></tr>';
|
||||
echo '<tr style="height: 30px"><th>Peer address</th><th>Type</th><th>Family</th><th>Remote AS</th><th>State</th><th>Uptime</th></tr>';
|
||||
|
||||
$i = '1';
|
||||
|
||||
|
Reference in New Issue
Block a user