diff --git a/frontend/app/components/Client/Sites/Sites.js b/frontend/app/components/Client/Sites/Sites.js index 7104547c1..123b4a6fb 100644 --- a/frontend/app/components/Client/Sites/Sites.js +++ b/frontend/app/components/Client/Sites/Sites.js @@ -1,9 +1,9 @@ import React from 'react'; import { connect } from 'react-redux'; import withPageTitle from 'HOCs/withPageTitle'; -import { Loader, Button, Tooltip, TextLink, NoContent } from 'UI'; +import { Loader, Button, TextLink, NoContent } from 'UI'; import { init, remove, fetchGDPR } from 'Duck/site'; -import { RED, YELLOW, GREEN, STATUS_COLOR_MAP } from 'Types/site'; +import { RED, YELLOW, GREEN } from 'Types/site'; import stl from './sites.module.css'; import NewSiteForm from './NewSiteForm'; import { confirm, PageTitle } from 'UI'; @@ -16,12 +16,6 @@ import { getInitials } from 'App/utils'; import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; import cn from 'classnames' -const STATUS_MESSAGE_MAP = { - [RED]: ' There seems to be an issue (please verify your installation)', - [YELLOW]: "We're collecting data from time to time (perhaps low traffic)", - [GREEN]: 'All good!', -}; - const NEW_SITE_FORM = 'NEW_SITE_FORM'; @connect( @@ -101,17 +95,14 @@ class Sites extends React.PureComponent { >
- -
-
-
- {getInitials(_site.name)} -
+
+
+
+ {getInitials(_site.name)}
- +
{_site.host}