mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
feat: Add startsAt and endsAt fields to MonitorView component
This commit is contained in:
parent
2e29a63f7b
commit
a6e9f7cd1e
@ -135,6 +135,8 @@ const MonitorView: FunctionComponent<PageComponentProps> = (
|
||||
select: {
|
||||
createdAt: true,
|
||||
monitorId: true,
|
||||
startsAt: true,
|
||||
endsAt: true,
|
||||
monitorStatus: {
|
||||
name: true,
|
||||
color: true,
|
||||
|
Loading…
Reference in New Issue
Block a user