Fixed availability-map.inc.php's Service Links

Links were pointing to the wrong destination.
This commit is contained in:
BeryJu
2016-05-04 23:01:37 +02:00
parent 43201165b5
commit 723bf03baa

View File

@@ -95,8 +95,9 @@ if (defined('show_settings')) {
}
$temp_output[] = '<a href="' . generate_url(array(
'page' => 'service',
'service' => $device['service_id']
'page' => 'device',
'tab' => 'services',
'device' => $service['device_id']
)) . '" role="button" class="btn ' . $btn_type . ' btn-xs" title="' .$service['hostname']." - ".$service['service_type']." - ".$service['service_desc'] . '" style="min-height:' . $tile_width . 'px; min-width: ' . $tile_width . 'px; border-radius:0px; margin:0px; padding:0px;"></a>';
}
}