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:
parent
83f32f97ad
commit
fb89bd857b
1 changed files with 2 additions and 0 deletions
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue