From 3db76981709863cd3ee5eaf61c5ffa99edc51e3d Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 25 Jun 2019 22:00:28 -0700 Subject: [PATCH] Basic design for server listing page --- .../dashboard/DashboardContainer.tsx | 93 ++++++++++++++++++- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/dashboard/DashboardContainer.tsx b/resources/scripts/components/dashboard/DashboardContainer.tsx index 4384da80..00e762f5 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

+
+
+
);