From a6f9b74f6f5a9729565388639f9b449cfef002bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 4 Jan 2018 11:23:16 +0000 Subject: [PATCH] fix(my-joy-beta): don't show not ready sections --- packages/my-joy-beta/src/state/state.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/my-joy-beta/src/state/state.js b/packages/my-joy-beta/src/state/state.js index 72d7bc2d..52d9d8d0 100644 --- a/packages/my-joy-beta/src/state/state.js +++ b/packages/my-joy-beta/src/state/state.js @@ -1,15 +1,7 @@ export default { ui: { sections: { - instances: [ - 'summary', - 'tags', - 'metadata', - 'networks', - 'firewall', - 'dns', - 'snapshots' - ] + instances: ['summary', 'tags', 'metadata', 'snapshots'] } } };