Let device location be clickable in device header, to allow fast search for devices with same location.

This commit is contained in:
Mike Rostermund
2015-11-27 07:27:54 -08:00
parent 30ba9b2983
commit a2da09941b

View File

@ -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'])) {