Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
{
"title": "User Menu",
"menuItems": [
{
"id": "about",
"text": "About",
"modal": {
"templateUrl": "modules/ui-components/modals/about/about_template.html",
"controller": "AboutController"
},
"align": "top"
},
{
"id": "help",
"text": "Help",
"modal": {
"templateUrl": "modules/ui-components/modals/help/help_template.html",
"controller": "HelpController"
},
"align": "top",
"requiresAuth": true
},
{
"id": "resources",
"text": "Resources",
"modal": {
"templateUrl": "modules/ui-components/modals/resources/resources_template.html",
"controller": "ResourcesController"
},
"align": "top",
"requiresAuth": true
},
{
"id": "tour",
"text": "Take a Tour",
"modal": {
"templateUrl": "modules/applets/home/carousel-tour/carousel_template.html",
"controller": "TourController"
},
"align": "top"
},
{
"id": "launchpad",
"text": "Launchpad",
"icon": "launchpad",
"link": "launchpad",
"align": "bottom"
},
{
"id": "logout",
"text": "Logout",
"icon": "power",
"link": "logout",
"align": "bottom",
"requiresAuth": true
},
{
"id": "login",
"text": "Login",
"icon": "power",
"link": "login",
"align": "bottom",
"requiresAuth": false
}
]
}