mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add _id field to Acknowledge Incident and Resolve Incident elements
This commit is contained in:
@@ -300,6 +300,9 @@ const IncidentView: FunctionComponent<PageComponentProps> = (
|
||||
},
|
||||
},
|
||||
{
|
||||
field: {
|
||||
_id: true,
|
||||
},
|
||||
title: 'Acknowledge Incident',
|
||||
fieldType: FieldType.Element,
|
||||
getElement: (
|
||||
@@ -326,6 +329,9 @@ const IncidentView: FunctionComponent<PageComponentProps> = (
|
||||
},
|
||||
},
|
||||
{
|
||||
field: {
|
||||
_id: true,
|
||||
},
|
||||
title: 'Resolve Incident',
|
||||
fieldType: FieldType.Element,
|
||||
getElement: (
|
||||
|
||||
@@ -380,6 +380,9 @@ const ScheduledMaintenanceView: FunctionComponent<PageComponentProps> = (
|
||||
},
|
||||
},
|
||||
{
|
||||
field: {
|
||||
_id: true,
|
||||
},
|
||||
title: 'Change State to Ongoing',
|
||||
fieldType: FieldType.Element,
|
||||
getElement: (
|
||||
@@ -406,6 +409,9 @@ const ScheduledMaintenanceView: FunctionComponent<PageComponentProps> = (
|
||||
},
|
||||
},
|
||||
{
|
||||
field: {
|
||||
_id: true,
|
||||
},
|
||||
title: 'Change State to Completed',
|
||||
fieldType: FieldType.Element,
|
||||
getElement: (
|
||||
|
||||
Reference in New Issue
Block a user