Skip to content

Commit

Permalink
Added system status badge count
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki authored Sep 18, 2024
1 parent 97f3f40 commit f3d25e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/Router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function useRoutes(): CustomRouteObject[] {
{
path: "status",
name: "Status",
badge: data?.status,
element: (
<Lazy>
<SystemStatusView></SystemStatusView>
Expand Down Expand Up @@ -309,6 +310,7 @@ function useRoutes(): CustomRouteObject[] {
data?.sonarr_signalr,
data?.radarr_signalr,
data?.announcements,
data?.status,
radarr,
sonarr,
],
Expand Down

0 comments on commit f3d25e8

Please sign in to comment.