Skip to content

Commit

Permalink
Merge pull request #279 from wscalf/add-new-lightspeed-seat-mgmt-navi…
Browse files Browse the repository at this point in the history
…gation

Add Lightspeed section and seats admin item for Red Hatters
  • Loading branch information
Hyperkid123 authored Sep 14, 2023
2 parents 0078aea + 2ca10d2 commit 896f036
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions static/beta/stage/navigation/ansible-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,23 @@
]
},
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"title": "Seats Administration",
"filterable": false,
"href": "/ansible/seats-administration"
"title": "Ansible Lightspeed with IBM watsonx Code Assistant",
"expandable": true,
"routes": [
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"title": "Seat Management",
"filterable": false,
"permissions": [
{
"method": "withEmail",
"args": ["@redhat.com", "@sbb.ch"]
}
],
"href": "/ansible/seats-administration"
}
]
},
{
"id": "documentation",
Expand Down

0 comments on commit 896f036

Please sign in to comment.