mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add stats and show more storage
This commit is contained in:
parent
6904b3594e
commit
00a72e37dc
@ -8,7 +8,7 @@ import useSWR from 'swr';
|
||||
import { Table, Tbody, Thead, Tr, Th, Td } from '../components/Table';
|
||||
import { useCallback } from 'preact/hooks';
|
||||
|
||||
export default function () {
|
||||
export default function Storage() {
|
||||
const { data: storage } = useSWR('recordings/storage');
|
||||
|
||||
return (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user