-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplications.json
More file actions
10 lines (10 loc) · 983 Bytes
/
applications.json
File metadata and controls
10 lines (10 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
[
{"type": "menu", "name": "Forside", "url": "/", "icon": "fa-home", "acl": {"r": "true", "w": "false", "x": "true"}},
{"type": "menu", "name": "ORS", "url": "/app/obs/", "icon": "fa-eye", "acl": {"r": "true", "w": "false", "x": "true"}},
{"type": "menu", "name": "Profil", "url": "/app/profile/", "icon": "fa-user", "acl": {"r": "true", "w": "false", "x": "true"}},
{"type": "divider", "url": "", "acl": {"r": "true", "w": "false", "x": "false"}},
{"type": "menu", "name": "Brukere", "url": "/app/users/", "icon": "fa-users", "acl": {"r": "true", "w": "false", "x": "false"}},
{"type": "menu", "name": "Tilgang", "url": "/app/acl/", "icon": "fa-lock", "acl": {"r": "true", "w": "false", "x": "false"}},
{"type": "menu", "name": "Editors", "url": "/app/editor/", "icon": "fa-edit", "acl": {"r": "true", "w": "false", "x": "false"}},
{"type": "menu", "name": "API Doc", "url": "/app/apidocs/", "icon": "fa-list-alt", "acl": {"r": "true", "w": "false", "x": "false"}}
]