mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more code cleanups, modify renamehost to also take a source parameter so we can build a renamehost function into the web gui some day
git-svn-id: http://www.observium.org/svn/observer/trunk@1980 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -192,7 +192,7 @@ if (strpos($interface['label'], "oopback") === false && !$graph_type)
|
||||
if ($int_links_phys[$int_link]) { echo("<img align=absmiddle src='images/16/connect.png'> "); } else {
|
||||
echo("<img align=absmiddle src='images/16/bullet_go.png'> "); }
|
||||
|
||||
echo("<b>" . generate_port_link($link_if, makeshortif($link_if['label'])) . " on " . generate_device_link($link_if, shorthost($link_if['hostname'])) );
|
||||
echo("<b>" . generate_port_link($link_if, makeshortif($link_if['label'])) . " on " . generate_device_link($link_if, shorthost($link_if['hostname'])));
|
||||
|
||||
if ($int_links_v6[$int_link]) { echo(" <b style='color: #a10000;'>v6</b>"); }
|
||||
if ($int_links_v4[$int_link]) { echo(" <b style='color: #00a100'>v4</b>"); }
|
||||
|
Reference in New Issue
Block a user