Skip to content

Commit

Permalink
Add Nebari menu item configuration. (#2196)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com>
  • Loading branch information
marcelovilla and dcmcand authored Jan 11, 2024
1 parent 52f5927 commit 49ce43e
Showing 1 changed file with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,57 @@
},
"@jupyterlab/apputils-extension:notification": {
"fetchNews": "false"
},
"@jupyterlab/mainmenu-extension:plugin": {
"menus": [
{
"id": "jp-mainmenu-nebari",
"disabled": false,
"label": "Nebari",
"rank": 1001,
"items": [
{
"command": "hub:control-panel",
"rank": 0
},
{
"command": "help:open",
"rank": 1,
"args": {
"url": "/conda-store",
"text": "Environment Management",
"newBrowserTab": true
}
},
{
"command": "help:open",
"rank": 2,
"args": {
"url": "/auth/admin/nebari/console",
"text": "User Management",
"newBrowserTab": true
}
},
{
"command": "help:open",
"rank": 3,
"args": {
"url": "/monitoring",
"text": "Monitoring",
"newBrowserTab": true
}
},
{
"command": "help:open",
"rank": 4,
"args": {
"url": "/argo",
"text": "Argo Workflows",
"newBrowserTab": true
}
}
]
}
]
}
}

0 comments on commit 49ce43e

Please sign in to comment.