Update display for current CPU

This commit is contained in:
ajnart
2022-06-03 13:53:52 +02:00
parent de3792fb6b
commit 25fa376c2d
3 changed files with 14 additions and 74 deletions

View File

@@ -1,13 +1,4 @@
import {
Table,
Text,
Tooltip,
Title,
Group,
Progress,
Skeleton,
ScrollArea,
} from '@mantine/core';
import { Table, Text, Tooltip, Title, Group, Progress, Skeleton, ScrollArea } from '@mantine/core';
import { IconDownload as Download } from '@tabler/icons';
import { useEffect, useState } from 'react';
import axios from 'axios';