Added borders between elements on availability map.

This commit is contained in:
Mike Rostermund
2015-08-18 18:11:45 +02:00
parent ab16aeb4f9
commit 51942a5174

View File

@ -42,7 +42,7 @@ foreach(dbFetchRows($sql, $param) as $device) {
$temp_output[] = '<a href="' . generate_url(array(
'page' => 'device',
'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);