diff --git a/resources/scripts/components/dashboard/DashboardContainer.tsx b/resources/scripts/components/dashboard/DashboardContainer.tsx index 4384da805..00e762f5d 100644 --- a/resources/scripts/components/dashboard/DashboardContainer.tsx +++ b/resources/scripts/components/dashboard/DashboardContainer.tsx @@ -1,7 +1,96 @@ import React from 'react'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { faServer } from '@fortawesome/free-solid-svg-icons/faServer'; +import { faMicrochip } from '@fortawesome/free-solid-svg-icons/faMicrochip'; +import { faMemory } from '@fortawesome/free-solid-svg-icons/faMemory'; +import { faHdd } from '@fortawesome/free-solid-svg-icons/faHdd'; +import { faEthernet } from '@fortawesome/free-solid-svg-icons/faEthernet'; export default () => ( -
-

Dashboard

+
+
+
+ +
+
+

Party Parrots

+
+
+
+ +

+ 192.168.100.100:25565 +

+
+
+ +

+ 34.6% +

+
+
+
+ +

+ 2094 MB +

+
+

of 4096 MB

+
+
+
+ +

+ 278 MB +

+
+

of 16 GB

+
+
+
+
+
+ +
+
+

My Factions Server

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. +

+
+
+
+ +

+ 192.168.202.10:34556 +

+
+
+ +

+ 98.2 % +

+
+
+
+ +

+ 376 MB +

+
+

of 1024 MB

+
+
+
+ +

+ 187 MB +

+
+

of 32 GB

+
+
+
);