Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAC-4850 - add dashboard, overview location change #309

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 20 additions & 10 deletions static/stable/prod/navigation/openshift-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
"id": "openshift",
"title": "OpenShift",
"navItems": [
{
"id": "overview",
"appId": "openshift",
"href": "/openshift/overview",
"title": "Overview",
"icon": "OpenShiftIcon",
"filterable": false,
"product": "Red Hat OpenShift Cluster Manager",
"description": "Red Hat OpenShift cluster product information"
},
{
"id": "dashboard",
"appId": "openshift",
"href": "/openshift/dashboard",
"title": "Dashboard",
"icon": "OpenShiftIcon",
"filterable": false,
"product": "Red Hat OpenShift Cluster Manager",
"description": "Dashboard visualizing the state of your OpenShift Environment."
},
{
"id": "clusters",
"appId": "openshift",
Expand All @@ -17,16 +37,6 @@
"title": "Learning Resources",
"href": "/openshift/learning-resources"
},
{
"id": "overview",
"appId": "openshift",
"href": "/openshift/overview",
"title": "Overview",
"icon": "OpenShiftIcon",
"filterable": false,
"product": "Red Hat OpenShift Cluster Manager",
"description": "Overview of your OpenShift Environment."
},
{
"id": "releases",
"appId": "openshift",
Expand Down