mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cleaup some graph drawing functions and interface text printing functions (much moar needed)
git-svn-id: http://www.observium.org/svn/observer/trunk@1086 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -49,8 +49,8 @@ if($ports['total']) {
|
||||
$ifsep = "";
|
||||
while($data = mysql_fetch_array($query)) {
|
||||
$data = ifNameDescr($data);
|
||||
$data['hostname'] = $device['hostname'];
|
||||
echo("$ifsep" . generateiflink($data, makeshortif(strtolower($data['label']))));
|
||||
$data = array_merge($data, $device);
|
||||
echo("$ifsep" . generate_if_link($data, makeshortif(strtolower($data['label']))));
|
||||
$ifsep = ", ";
|
||||
}
|
||||
unset($ifsep);
|
||||
|
Reference in New Issue
Block a user