mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1713 from SaaldjorMike/map-border
Added borders between elements on availability map.
This commit is contained in:
@ -42,7 +42,7 @@ foreach(dbFetchRows($sql, $param) as $device) {
|
|||||||
$temp_output[] = '<a href="' . generate_url(array(
|
$temp_output[] = '<a href="' . generate_url(array(
|
||||||
'page' => 'device',
|
'page' => 'device',
|
||||||
'device' => $device['device_id']
|
'device' => $device['device_id']
|
||||||
)) . '" role="button" class="btn ' . $btn_type . ' btn-xs" title="' . $device['hostname'] . '" style="min-height:25px; min-width:25px; border-radius:0px; border:0px; margin:0; padding:0;"></a>';
|
)) . '" role="button" class="btn ' . $btn_type . ' btn-xs" title="' . $device['hostname'] . '" style="min-height:25px; min-width:25px; border-radius:0px; margin:0; padding:0;"></a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$temp_rows = count($temp_output);
|
$temp_rows = count($temp_output);
|
||||||
|
Reference in New Issue
Block a user