diff --git a/resources/scripts/components/server/ServerDetailsBlock.tsx b/resources/scripts/components/server/ServerDetailsBlock.tsx index 321c01943..fdd4599c4 100644 --- a/resources/scripts/components/server/ServerDetailsBlock.tsx +++ b/resources/scripts/components/server/ServerDetailsBlock.tsx @@ -6,6 +6,7 @@ import { bytesToHuman, megabytesToHuman } from '@/helpers'; import TitledGreyBox from '@/components/elements/TitledGreyBox'; import { ServerContext } from '@/state/server'; import CopyOnClick from '@/components/elements/CopyOnClick'; +import Can from '@/elements/Can'; interface Stats { memory: number; @@ -70,12 +71,14 @@ const ServerDetailsBlock = () => { /> {!status ? 'Connecting...' : status}
-
- {primaryAllocation}
-
+ {primaryAllocation}
+