mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Webui - Poller Log Link Overlib (#11819)
This commit is contained in:
@@ -56,7 +56,7 @@ foreach (dbFetchRows($sql, array()) as $device) {
|
||||
$device['group_name'] = 'General';
|
||||
}
|
||||
$response[] = array(
|
||||
'hostname' => "<a class='list-device' href='".generate_device_url($device, array('tab' => 'graphs', 'group' => 'poller'))."'>".format_hostname($device).'</a>',
|
||||
'hostname' => generate_device_link($device, format_hostname($device), array('tab' => 'graphs', 'group' => 'poller')),
|
||||
'last_polled' => $device['last_polled'],
|
||||
'poller_group' => $device['group_name'],
|
||||
'last_polled_timetaken' => round($device['last_polled_timetaken'], 2),
|
||||
|
Reference in New Issue
Block a user