diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create.js index 7ef0bb2584..dd886e34ed 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create.js @@ -105,7 +105,7 @@ define(function(require) { wizardTab.setup($('#' + wizardTab.wizardTabId, context)); }); - context.foundation('reflow', 'tab'); + context.foundation('tab', 'reflow'); } function _onShow(context) { diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid.js index e55ed971d7..1310f48008 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid.js @@ -340,7 +340,7 @@ define(function(require) { function _setup(context) { var that = this; - context.foundation('reflow', 'tab'); + context.foundation('tab', 'reflow'); that.numberOfProviders = 0; // close icon: removing the tab on click diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network.js index c6e7ef0592..3da17a2066 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network.js @@ -70,7 +70,7 @@ define(function(require) { that.numberOfNics = 0; that.nicTabObjects = {}; - context.foundation('reflow', 'tab'); + context.foundation('tab', 'reflow'); // close icon: removing the tab on click context.on("click", "i.remove-tab", function() { diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js index bb359a5744..202b4394a4 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js @@ -170,7 +170,7 @@ define(function(require) { function _setup(context) { var that = this; - context.foundation('reflow', 'tab'); + context.foundation('tab', 'reflow'); var kernelDSContext = $(".kernel_ds", context); var kernelDSInputsContext = $("#kernel_path_inputs", context); diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/scheduling.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/scheduling.js index db4f853297..c8d7ab8659 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/scheduling.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/scheduling.js @@ -73,7 +73,7 @@ define(function(require) { function _setup(context) { var that = this; - context.foundation('reflow', 'tab'); + context.foundation('tab', 'reflow'); context.on("change", "input[name='req_select']", function() { if ($("input[name='req_select']:checked").val() == "host_select") {