From c99a496092fcc6ed3a14bd5df908a0e9706da1fd Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Mon, 31 Aug 2015 17:04:25 +0200 Subject: [PATCH] bug #3955: Reflow cluster creation tabs --- src/sunstone/public/app/tabs/clusters-tab/form-panels/create.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sunstone/public/app/tabs/clusters-tab/form-panels/create.js b/src/sunstone/public/app/tabs/clusters-tab/form-panels/create.js index 11f6cdbb73..32828ea15c 100644 --- a/src/sunstone/public/app/tabs/clusters-tab/form-panels/create.js +++ b/src/sunstone/public/app/tabs/clusters-tab/form-panels/create.js @@ -83,6 +83,7 @@ define(function(require) { } function _setup(context) { + context.foundation('tab', 'reflow'); this.hostsTable.initialize(); this.vnetsTable.initialize(); this.datastoresTable.initialize();