1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5561: Show showback running hours on Sunstone (#1612)

(cherry picked from commit 755f1eeccbac85a8e9d9950475041dc58b4d4130)
This commit is contained in:
Frederick Borges 2021-11-24 15:25:09 +01:00 committed by Tino Vazquez
parent 7bfcf01c67
commit 17cb5bc92b
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
2 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,7 @@ define(function(require) {
showback.VMNAME,
showback.UNAME,
showback.HOURS,
showback.RHOURS,
showback.TOTAL_COST
]);

View File

@ -87,6 +87,7 @@
<th>{{tr "Name"}}</th>
<th>{{tr "Owner"}}</th>
<th>{{tr "Hours"}}</th>
<th>{{tr "Running"}}</th>
<th>{{tr "Cost"}}</th>
</tr>
</thead>