Update ServerDetailsBlock.tsx
This commit is contained in:
parent
c75a621c52
commit
40eee1220c
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ import { bytesToHuman, megabytesToHuman } from '@/helpers';
|
||||||
import TitledGreyBox from '@/components/elements/TitledGreyBox';
|
import TitledGreyBox from '@/components/elements/TitledGreyBox';
|
||||||
import { ServerContext } from '@/state/server';
|
import { ServerContext } from '@/state/server';
|
||||||
import CopyOnClick from '@/components/elements/CopyOnClick';
|
import CopyOnClick from '@/components/elements/CopyOnClick';
|
||||||
import Can from '@/elements/Can';
|
import Can from '@/components/elements/Can';
|
||||||
|
|
||||||
interface Stats {
|
interface Stats {
|
||||||
memory: number;
|
memory: number;
|
||||||
cpu: number;
|
cpu: number;
|
||||||
|
|
Loading…
Reference in a new issue