Skip to content

Commit

Permalink
fix: Add Clusters link to left drawer menu for easier access more und…
Browse files Browse the repository at this point in the history
…erstandable access
  • Loading branch information
tiithansen committed Jul 7, 2024
1 parent a3ccf1a commit 3ea2514
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"addToNav": true,
"defaultNav": true
},
{
"type": "page",
"name": "Clusters",
"path": "/a/%PLUGIN_ID%/clusters/overview",
"role": "Viewer",
"addToNav": true,
"defaultNav": true
},
{
"type": "page",
"name": "Workloads",
Expand Down

0 comments on commit 3ea2514

Please sign in to comment.