diff --git a/jsx/src/components/ServerDashboard/ServerDashboard.jsx b/jsx/src/components/ServerDashboard/ServerDashboard.jsx index 7eae6dbe..945ac944 100644 --- a/jsx/src/components/ServerDashboard/ServerDashboard.jsx +++ b/jsx/src/components/ServerDashboard/ServerDashboard.jsx @@ -3,7 +3,14 @@ import regeneratorRuntime from "regenerator-runtime"; import { useSelector, useDispatch } from "react-redux"; import PropTypes from "prop-types"; -import { Button, Col, Row, FormControl } from "react-bootstrap"; +import { + Button, + Col, + Row, + FormControl, + Card, + CardGroup, +} from "react-bootstrap"; import ReactObjectTableViewer from "react-object-table-viewer"; import { Link } from "react-router-dom"; @@ -257,12 +264,14 @@ const ServerDashboard = (props) => { ,