fix(my-joy-beta): don't show not ready sections

This commit is contained in:
Sérgio Ramos 2018-01-04 11:23:16 +00:00 committed by Sérgio Ramos
parent 96297b8728
commit a6f9b74f6f
1 changed files with 1 additions and 9 deletions

View File

@ -1,15 +1,7 @@
export default {
ui: {
sections: {
instances: [
'summary',
'tags',
'metadata',
'networks',
'firewall',
'dns',
'snapshots'
]
instances: ['summary', 'tags', 'metadata', 'snapshots']
}
}
};