1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

- Insert used disk

This commit is contained in:
Tlams 2018-04-25 20:09:46 +01:00
parent 83f32f97ad
commit fb89bd857b

View file

@ -406,6 +406,7 @@ class API_Gen_HTML
<th>type</th>
<th>vol.id</th>
<th>size</th>
<th>used</th>
<th>format</th>
</tr>
</thead>';
@ -425,6 +426,7 @@ class API_Gen_HTML
<td>'.$disklist->content.'</td>
<td>'.$disklist->volid.'</td>
<td>'.formatBytes($disklist->size).'</td>
<td>'.formatBytes($disklist->used).'</td>
<td>'.$disklist->format.'</td>
</tr>';
}