From d6d7341ff9e342ad9209a5ddb7d9df36a0d8d341 Mon Sep 17 00:00:00 2001 From: Abel Coronado Date: Thu, 20 Apr 2017 19:31:28 +0200 Subject: [PATCH] F #4913 Solved bug in OpenNebula contextualization (#270) --- .../tabs/templates-tab/form-panels/create/wizard-tabs/context.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js index 2ce80964de..bdab81b00c 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js @@ -285,6 +285,7 @@ define(function(require) { } if (contextJSON) { + $("input#context_type_opennebula", context).click(); var file_ds_regexp = /\$FILE\[IMAGE_ID=([0-9]+)+/g; var net_regexp = /^NETWORK$/;; var ssh_regexp = /^SSH_PUBLIC_KEY$/;