CMXX - Servicereport actionlist update.

This commit is contained in:
“VeLiTi”
2024-12-20 16:11:27 +01:00
parent b96745c12e
commit 2c44556567
2 changed files with 10 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ $view .= '
$view .= '<tr>
<td class="responsive-hidden">'.$response->historyID.'</td>
<td>'.$response->type.'</td>
<td class="responsive-hidden">'.$response->created.'</td>
<td class="responsive-hidden">'.getRelativeTime($response->created).'</td>
<td class="responsive-hidden">'.$response->createdby.'</td>
<td><div style="overflow-y:scroll;height:200px !important;max-width:300px;"><pre>' . $description . '</pre><div></td>
<td><a href="index.php?page=equipment&equipmentID='.$response->equipmentID.'" class="btn_link">'.$general_view .'</a></td>