diff --git a/web/components/admin/StreamHealthOverview.tsx b/web/components/admin/StreamHealthOverview.tsx index 8855e437d..6df992bed 100644 --- a/web/components/admin/StreamHealthOverview.tsx +++ b/web/components/admin/StreamHealthOverview.tsx @@ -1,4 +1,4 @@ -import { Alert, Button, Col, Row, Statistic, Typography } from 'antd'; +import { Alert, Button, Card, Col, Row, Statistic, Typography } from 'antd'; import dynamic from 'next/dynamic'; import Link from 'next/link'; import React, { FC, useContext } from 'react'; @@ -41,54 +41,56 @@ export const StreamHealthOverview: FC = ({ showTroubl return (
- - - : } - /> - - - - - - - + + + : } + /> + + + + + + + + Stream health represents {representation}% of all known players. Other player status is + unknown. + + + - Stream health represents {representation}% of all known players. Other player status is - unknown. - - - - - - - - ) - } - /> - - + + + + + ) + } + /> + + +
); }; diff --git a/web/pages/admin/stream-health.tsx b/web/pages/admin/stream-health.tsx index e406e9491..b860611e8 100644 --- a/web/pages/admin/stream-health.tsx +++ b/web/pages/admin/stream-health.tsx @@ -279,9 +279,7 @@ const StreamHealth = () => { - - - +