mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update team maintainer schedules routes (#2334)
This commit is contained in:
parent
d0056b8941
commit
9083230491
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ const routes = (
|
|||
<Route path="edit" component={EditPackPage} />
|
||||
</Route>
|
||||
</Route>
|
||||
</Route>
|
||||
<Route component={AuthAnyMaintainerGlobalAdminRoutes}>
|
||||
<Route path="schedule" component={SchedulePageWrapper}>
|
||||
<Route path="manage" component={ManageSchedulePage} />
|
||||
<Route
|
||||
|
|
|
|||
Loading…
Reference in a new issue