mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
1b28fbe354
commit
9cc4c3dede
@ -166,6 +166,10 @@ define(function(require) {
|
||||
function _fill(context, templateJSON) {
|
||||
var selectedContext;
|
||||
|
||||
if(templateJSON.SIZE){
|
||||
templateJSON.SIZE = templateJSON.SIZE / 1024;
|
||||
}
|
||||
|
||||
if (templateJSON.IMAGE_ID || templateJSON.IMAGE) {
|
||||
$('input#' + this.diskTabId + 'radioImage', context).click();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user