mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
8942bcf659
commit
e4199c278e
@ -64,7 +64,7 @@ define(function(require){
|
||||
increments.forEach(function(increment){
|
||||
html += TemplateHTML({
|
||||
id: increment.ID,
|
||||
size: Humanize.sizeFromB(increment.SIZE),
|
||||
size: Humanize.sizeFromMB(increment.SIZE),
|
||||
date: Humanize.prettyTimeDatatable(increment.DATE),
|
||||
type: increment.TYPE
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user