mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fixes InfraMammary screen not display when at least one section doesn't meet the display condition (#6312)
This commit is contained in:
parent
523805c8bc
commit
6471f8418a
@ -214,6 +214,9 @@ export default {
|
||||
fetchData () {
|
||||
this.routes = {}
|
||||
for (const section of this.sections) {
|
||||
if (router.resolve('/' + section.substring(0, section.length - 1)).matched[0].redirect === '/exception/404') {
|
||||
continue
|
||||
}
|
||||
const node = router.resolve({ name: section.substring(0, section.length - 1) })
|
||||
this.routes[section] = {
|
||||
title: node.meta.title,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user