diff --git a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx index 560c27c61..ad0cecdc9 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx @@ -1,9 +1,9 @@ import React from 'react'; -import { Button, PageTitle } from 'UI'; +import { Button, PageTitle, Toggler, Icon } from 'UI'; import Select from 'Shared/Select'; import DashboardSearch from './DashboardSearch'; import { useStore } from 'App/mstore'; -import { useObserver } from 'mobx-react-lite'; +import { observer, useObserver } from 'mobx-react-lite'; import { withSiteId } from 'App/routes'; function Header({ history, siteId }: { history: any; siteId: string }) { @@ -20,7 +20,7 @@ function Header({ history, siteId }: { history: any; siteId: string }) { return ( <> -
+
@@ -34,8 +34,24 @@ function Header({ history, siteId }: { history: any; siteId: string }) {
+
+ + A Dashboard is a collection of Metrics that can be shared across teams. +
- + /> */}