File tree Expand file tree Collapse file tree
apps/webapp/app/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,6 +273,14 @@ export function SideMenu({
273273 data-action = "queues"
274274 isCollapsed = { isCollapsed }
275275 />
276+ < SideMenuItem
277+ name = "Waitpoint tokens"
278+ icon = { WaitpointTokenIcon }
279+ activeIconColor = "text-sky-500"
280+ to = { v3WaitpointTokensPath ( organization , project , environment ) }
281+ badge = { < V4Badge /> }
282+ isCollapsed = { isCollapsed }
283+ />
276284 < SideMenuItem
277285 name = "Deployments"
278286 icon = { ServerStackIcon }
@@ -313,17 +321,6 @@ export function SideMenu({
313321 ) }
314322 </ div >
315323
316- < SideMenuSection title = "Waitpoints" isSideMenuCollapsed = { isCollapsed } >
317- < SideMenuItem
318- name = "Tokens"
319- icon = { WaitpointTokenIcon }
320- activeIconColor = "text-sky-500"
321- to = { v3WaitpointTokensPath ( organization , project , environment ) }
322- badge = { < V4Badge /> }
323- isCollapsed = { isCollapsed }
324- />
325- </ SideMenuSection >
326-
327324 < SideMenuSection title = "Manage" isSideMenuCollapsed = { isCollapsed } >
328325 < SideMenuItem
329326 name = "Bulk actions"
You can’t perform that action at this time.
0 commit comments