+
What do you want to visualize?
{isSaas ? (
-
+
@@ -261,16 +252,14 @@ const AddCardSection = observer(
onChange={(value) => setTab(value)}
/>
+
+
-
-
-
- Add existing card
-
+
+
+
);
diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx
index e88017e11..0338c46d8 100644
--- a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx
+++ b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx
@@ -60,8 +60,8 @@ function AlertsList({ siteId }: Props) {
- Showing {Math.min(list.length, pageSize)} out of{' '}
- {list.length} Alerts
+ Showing {Math.min(list.length, pageSize)} out of{' '}
+ {list.length} Alerts
) {
- Showing {Math.min(data.length, pageSize)} out of{' '}
- {data.length} Issues
+ Showing {Math.min(data.length, pageSize)} out of{' '}
+ {data.length} Issues
{
<>
{!inModal ?
-
What would you like to visualize?
+
What would you like to visualize?
: null}
diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx
index d42cd23be..7920283a1 100644
--- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx
@@ -96,9 +96,9 @@ function AddMetric({ history, siteId, title, description }: IProps) {
{'Selected '}
- {selectedWidgetIds.length}
+ {selectedWidgetIds.length}
{' out of '}
- {metrics ? metrics.length : 0}
+ {metrics ? metrics.length : 0}