|
25 | 25 | sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "domains", "events", "system", "global-settings", "configuration", "projects", "regions"]; |
26 | 26 | } |
27 | 27 | else if(isDomainAdmin()) { |
28 | | - sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "domains", "events", "projects"]; |
| 28 | + sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "domains", "events", "projects", "regions"]; |
29 | 29 | } |
30 | 30 | else if (g_userProjectsEnabled) { |
31 | | - sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "events", "projects"]; |
| 31 | + sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "events", "projects", "regions"]; |
32 | 32 | } |
33 | 33 | else { //normal user |
34 | | - sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "events"]; |
| 34 | + sections = ["dashboard", "instances", "storage", "network", "templates", "accounts", "events", "regions"]; |
35 | 35 | } |
36 | 36 |
|
37 | 37 | if (cloudStack.plugins.length) { |
|
0 commit comments