Add stats and show more storage

This commit is contained in:
Nick Mowen 2022-07-09 08:30:24 -06:00
parent 6904b3594e
commit 00a72e37dc

View File

@ -8,7 +8,7 @@ import useSWR from 'swr';
import { Table, Tbody, Thead, Tr, Th, Td } from '../components/Table'; import { Table, Tbody, Thead, Tr, Th, Td } from '../components/Table';
import { useCallback } from 'preact/hooks'; import { useCallback } from 'preact/hooks';
export default function () { export default function Storage() {
const { data: storage } = useSWR('recordings/storage'); const { data: storage } = useSWR('recordings/storage');
return ( return (