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

B #5388: Added capacity unit in disks (cloud view) (#488)

This commit is contained in:
Abel Coronado 2017-09-22 16:57:43 +02:00 committed by Tino Vázquez
parent ccf6b45f10
commit a5f314298d

View File

@ -978,7 +978,8 @@ define(function(require) {
template_json: template_json,
disksContext: disksContext,
force_persistent: pers,
cost_callback: _calculateCost
cost_callback: _calculateCost,
uinput_mb: true
});
} else {
disksContext.html("");