From cd51b67f3f672a23e1702df7b18bc4a0ff052467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Wed, 8 Jul 2015 18:31:10 +0200 Subject: [PATCH] Feature #3748: Fix oneflow template instantiate, see commit:0a75d4a --- src/sunstone/public/app/tabs/oneflow-templates-tab/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/oneflow-templates-tab/actions.js b/src/sunstone/public/app/tabs/oneflow-templates-tab/actions.js index 9e90f79ed5..dd6eb89f37 100644 --- a/src/sunstone/public/app/tabs/oneflow-templates-tab/actions.js +++ b/src/sunstone/public/app/tabs/oneflow-templates-tab/actions.js @@ -95,7 +95,7 @@ define(function(require) { }, "ServiceTemplate.instantiate" : { - type: "multiple", + type: "single", call: OpenNebulaResource.instantiate, callback: function(request, response){ Sunstone.hideFormPanel(TAB_ID);