mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove unneeded changes
This commit is contained in:
@ -1765,4 +1765,3 @@ tr.search:nth-child(odd) {
|
|||||||
label {
|
label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -247,7 +247,6 @@ if (strpos($port['label'], 'oopback') === false && !$graph_type) {
|
|||||||
echo '<span class="neighbors-interface-list" style="display: none;">';
|
echo '<span class="neighbors-interface-list" style="display: none;">';
|
||||||
}
|
}
|
||||||
$link_if = dbFetchRow('SELECT * from ports AS I, devices AS D WHERE I.device_id = D.device_id and I.port_id = ?', array($int_link));
|
$link_if = dbFetchRow('SELECT * from ports AS I, devices AS D WHERE I.device_id = D.device_id and I.port_id = ?', array($int_link));
|
||||||
|
|
||||||
echo "$br";
|
echo "$br";
|
||||||
|
|
||||||
if ($int_links_phys[$int_link]) {
|
if ($int_links_phys[$int_link]) {
|
||||||
|
Reference in New Issue
Block a user