Skip to content

Commit

Permalink
Add Lightspeed section and seats admin item for Red Hatters
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf committed Sep 13, 2023
1 parent 0078aea commit 2ca10d2
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 2ca10d2

Please sign in to comment.