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:
SLMitch
2017-05-30 14:54:43 +02:00
committed by Tony Murray
parent 2e65e144e3
commit dbaad709fe

View File

@ -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';