diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-02 01:15:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-02 01:15:25 +0000 |
commit | 5c56866d561e9f63d9e9527a14ac648dca4a5511 (patch) | |
tree | fb41e1223e751556a4c172b64070aaa6c1661693 /frontend/src/Router/index.tsx | |
parent | ad80ac44537ead820808af481cd549104047b111 (diff) | |
parent | 7000d2ac2c7a52fd0c429c17f5e826e9e3633bfc (diff) | |
download | bazarr-5c56866d561e9f63d9e9527a14ac648dca4a5511.tar.gz bazarr-5c56866d561e9f63d9e9527a14ac648dca4a5511.zip |
Merge development into master
Diffstat (limited to 'frontend/src/Router/index.tsx')
-rw-r--r-- | frontend/src/Router/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/Router/index.tsx b/frontend/src/Router/index.tsx index d600fc87d..8ccea87f9 100644 --- a/frontend/src/Router/index.tsx +++ b/frontend/src/Router/index.tsx @@ -270,6 +270,7 @@ function useRoutes(): CustomRouteObject[] { { path: "status", name: "Status", + badge: data?.status, element: ( <Lazy> <SystemStatusView></SystemStatusView> @@ -309,6 +310,7 @@ function useRoutes(): CustomRouteObject[] { data?.sonarr_signalr, data?.radarr_signalr, data?.announcements, + data?.status, radarr, sonarr, ], |