From a6e9f7cd1e18d32c6d9ef1d3078af869c6d067f7 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 15 May 2024 10:59:10 +0100 Subject: [PATCH] feat: Add startsAt and endsAt fields to MonitorView component --- Dashboard/src/Pages/Monitor/View/Index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dashboard/src/Pages/Monitor/View/Index.tsx b/Dashboard/src/Pages/Monitor/View/Index.tsx index b39fa056d5..18a11b1a27 100644 --- a/Dashboard/src/Pages/Monitor/View/Index.tsx +++ b/Dashboard/src/Pages/Monitor/View/Index.tsx @@ -135,6 +135,8 @@ const MonitorView: FunctionComponent = ( select: { createdAt: true, monitorId: true, + startsAt: true, + endsAt: true, monitorStatus: { name: true, color: true,