diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 82bb8eb..6984bff 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,10 +3,7 @@ - - - - + - @@ -68,6 +64,7 @@ + diff --git a/src/components/UptimeCard.css b/src/components/UptimeCard.css index 1fc324c..76dd61b 100644 --- a/src/components/UptimeCard.css +++ b/src/components/UptimeCard.css @@ -40,3 +40,7 @@ .stat-bad { color: #921111 } + +hr { + height: 1.1px; +} \ No newline at end of file diff --git a/src/components/UptimeComparisonCard.tsx b/src/components/UptimeComparisonCard.tsx index d5f53fb..3383e4e 100644 --- a/src/components/UptimeComparisonCard.tsx +++ b/src/components/UptimeComparisonCard.tsx @@ -36,22 +36,22 @@ export default function UptimeComparisonCard(props: {uptime: UptimeRecord, isSer

setModalOpen(true)}>{props.uptime.name}

-
+

Uptime (Last Month)

{props.uptime.uptimeMonth}%

-
+

Uptime ({new Date().getFullYear()} YTD)

{props.uptime.uptimeYtd}%

-
+

Avg Response Time (24hr)

{props.uptime.averageResponseTime}ms

-
+

Current Status

diff --git a/src/components/UptimeLabelCard.tsx b/src/components/UptimeLabelCard.tsx index ca1c52c..6e03971 100644 --- a/src/components/UptimeLabelCard.tsx +++ b/src/components/UptimeLabelCard.tsx @@ -11,22 +11,21 @@ export default function UptimeLabelCard() {

Service Name

-
+

Uptime (Last Month)

-
+

Uptime ({new Date().getFullYear()} YTD)

- -
+

Avg Response Time (24hr)

-
+

Current Status

diff --git a/src/index.tsx b/src/index.tsx index 7a41e44..96855c6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -27,6 +27,10 @@ function Layout (props: {children: any}) { return (
+
+

Fly Eagles Fly

+ +
@@ -79,6 +83,8 @@ function Layout (props: {children: any}) {
+ +