fix(my-joy-beta): don't show not ready sections
This commit is contained in:
parent
96297b8728
commit
a6f9b74f6f
@ -1,15 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
ui: {
|
ui: {
|
||||||
sections: {
|
sections: {
|
||||||
instances: [
|
instances: ['summary', 'tags', 'metadata', 'snapshots']
|
||||||
'summary',
|
|
||||||
'tags',
|
|
||||||
'metadata',
|
|
||||||
'networks',
|
|
||||||
'firewall',
|
|
||||||
'dns',
|
|
||||||
'snapshots'
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user