diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx index 1aaf422d7..c1038586b 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx @@ -78,7 +78,7 @@ function AlertListItem(props: Props) { onClick={onItemClick} >
-
+
@@ -91,7 +91,7 @@ function AlertListItem(props: Props) { {alert.detectionMethod}
-
+
{demo ? DateTime.fromMillis(+new Date()).toFormat('LLL dd, yyyy, hh:mm a') : checkForRecent( diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx index 8ac612b2c..54cdf0a4f 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx @@ -44,9 +44,9 @@ function AlertsList({ fetchList, list: alertsList, alertsSearch, siteId, init, f >
-
Title
+
Title
Type
-
Modified
+
Modified
{sliceListPerPage(list, page - 1, pageSize).map((alert: any) => ( diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx index ed5fa1769..5574cb985 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx @@ -17,10 +17,10 @@ function AlertsView({ siteId, init }: IAlertsView) { return (
-
+ +
-
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx index 9acd0bc20..ea30ab345 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx @@ -23,10 +23,10 @@ function DashboardsView({ history, siteId }: { history: any, siteId: string }) { return (
-
+ +
-
diff --git a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx index 72080aa3e..7c8e228c3 100644 --- a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx +++ b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx @@ -46,7 +46,7 @@ function MetricListItem(props: Props) { }; return (
-
+
@@ -54,8 +54,8 @@ function MetricListItem(props: Props) {
-
{metric.owner}
-
+
{metric.owner}
+
{metric.isPublic ? 'Team' : 'Private'} diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx index ecf3d4c2c..e6eb66b97 100644 --- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx +++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx @@ -40,9 +40,9 @@ function MetricsList({ siteId }: { siteId: string }) { >
-
Title
-
Owner
-
Visibility
+
Title
+
Owner
+
Visibility
Last Modified
diff --git a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx index 64d9ab0cb..216896ee4 100644 --- a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx +++ b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx @@ -18,10 +18,10 @@ function MetricsView({ siteId }: Props) { return useObserver(() => (
-
+ +
-