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 Options",
"menuItems": [
{
"id": "about",
"text": "About",
"modal": {
"templateUrl": "src/ui-components/modals/about/about_template.html",
"controller": "AboutController"
},
"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
}
]
}