mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Rebased includes/common.php
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 580 B |
@@ -209,6 +209,8 @@ function generate_device_link($device, $text=null, $vars=array(), $start=0, $end
|
||||
$text = $device['hostname'];
|
||||
}
|
||||
|
||||
$text = ip_to_sysname($device,$text);
|
||||
|
||||
if (isset($config['os'][$device['os']]['over'])) {
|
||||
$graphs = $config['os'][$device['os']]['over'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user