The current /clouds and /cloud/designs are empty. Given that a majority of the navigation is done using the menu system, there are some use cases where a theme doesn't allow more than 2 levels in their navigation. For example, in bootstrap theme, it doesn't support 3 levels of menu navigation.

To bypass this issue, swap the /clouds route out for a views page. The views page should contain a list of clouds and a link to view the instances.

For /clouds/design, swap it out for a views page that links to server templates.

Comments

baldwinlouie created an issue. See original summary.

  • baldwinlouie committed 2d4d553 on 8.x-1.x
    git commit -m 'Issue #2994688 by baldwinlouie: Swap the /clouds and /...
baldwinlouie’s picture

Status: Active » Fixed

added code to address this issue.

baldwinlouie’s picture

Status: Fixed » Closed (fixed)