From 2cac660e7333d42b0b0cadd228ca7c518e337a08 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 17 Nov 2014 15:30:31 +0100 Subject: [PATCH] Feature #3305: Enable context in vCenter view (cherry picked from commit 4c277b87e439ce7215666234980fb95e7cb1561a) --- src/sunstone/public/js/plugins/templates-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index 7a210db724..6a6faae680 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -1856,7 +1856,7 @@ function wizard_tab_dd(){ } if (Config.isTemplateCreationTabEnabled('context')){ - str += "

"+tr("Context")+"
"; + str += "

"+tr("Context")+"
"; } if (Config.isTemplateCreationTabEnabled('scheduling')){