mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Let device location be clickable in device header, to allow fast search for devices with same location.
This commit is contained in:
@ -26,7 +26,7 @@ echo '
|
||||
<tr bgcolor="'.$device_colour.'" class="alert '.$class.'">
|
||||
<td width="40" align=center valign=middle style="padding: 21px;">'.$image.'</td>
|
||||
<td valign=middle style="padding: 0 15px;"><span style="font-size: 20px;">'.generate_device_link($device).'</span>
|
||||
<br />'.$device['location'].'</td>
|
||||
<br />'.generate_link($device['location'], array('page' => 'devices', 'location' => $device['location'])).'</td>
|
||||
<td>';
|
||||
|
||||
if (isset($config['os'][$device['os']]['over'])) {
|
||||
|
Reference in New Issue
Block a user