mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Merge pull request #569 from ckd/prettier-fixes
linting fixes for prettier
This commit is contained in:
commit
9b797b5eed
@ -74,7 +74,7 @@ const IncidentView: FunctionComponent<PageComponentProps> = (
|
||||
name="Incident Details"
|
||||
cardProps={{
|
||||
title: 'Incident Details',
|
||||
description: "Here are more details for this incident.",
|
||||
description: 'Here are more details for this incident.',
|
||||
icon: IconProp.AltGlobe,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -129,7 +129,7 @@ const MonitorView: FunctionComponent<PageComponentProps> = (
|
||||
]}
|
||||
cardProps={{
|
||||
title: 'Monitor Details',
|
||||
description: "Here are more details for this monitor.",
|
||||
description: 'Here are more details for this monitor.',
|
||||
icon: IconProp.AltGlobe,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -58,7 +58,8 @@ const OnCallDutyPolicyView: FunctionComponent<PageComponentProps> = (
|
||||
name="On-Call Policy > On-Call Policy Details"
|
||||
cardProps={{
|
||||
title: 'On-Call Policy Details',
|
||||
description: "Here are more details for this on-call policy.",
|
||||
description:
|
||||
'Here are more details for this on-call policy.',
|
||||
icon: IconProp.Call,
|
||||
}}
|
||||
formSteps={[
|
||||
|
@ -72,7 +72,7 @@ const ScheduledMaintenanceView: FunctionComponent<PageComponentProps> = (
|
||||
name="Scheduled Maintenance Details"
|
||||
cardProps={{
|
||||
title: 'Scheduled Maintenance Details',
|
||||
description: "Here are more details for this event.",
|
||||
description: 'Here are more details for this event.',
|
||||
icon: IconProp.Clock,
|
||||
}}
|
||||
formSteps={[
|
||||
|
@ -65,7 +65,7 @@ const APIKeyView: FunctionComponent<PageComponentProps> = (
|
||||
name="API Key Details"
|
||||
cardProps={{
|
||||
title: 'API Key Details',
|
||||
description: "Here are more details for this API Key.",
|
||||
description: 'Here are more details for this API Key.',
|
||||
icon: IconProp.Terminal,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -134,7 +134,7 @@ const Settings: FunctionComponent<ComponentProps> = (
|
||||
name="Plan Details"
|
||||
cardProps={{
|
||||
title: 'Current Plan',
|
||||
description: "Here are more details for this Project.",
|
||||
description: 'Here are more details for this Project.',
|
||||
icon: IconProp.Billing,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -38,7 +38,7 @@ const Settings: FunctionComponent<PageComponentProps> = (
|
||||
name="Project Details"
|
||||
cardProps={{
|
||||
title: 'Project Details',
|
||||
description: "Here are more details for this Project.",
|
||||
description: 'Here are more details for this Project.',
|
||||
icon: IconProp.Folder,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -70,7 +70,7 @@ const TeamView: FunctionComponent<PageComponentProps> = (
|
||||
name="Team Details"
|
||||
cardProps={{
|
||||
title: 'Team Details',
|
||||
description: "Here are more details for this team.",
|
||||
description: 'Here are more details for this team.',
|
||||
icon: IconProp.User,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
@ -61,7 +61,7 @@ const StatusPageView: FunctionComponent<PageComponentProps> = (
|
||||
name="Status Page > Status Page Details"
|
||||
cardProps={{
|
||||
title: 'Status Page Details',
|
||||
description: "Here are more details for this status page.",
|
||||
description: 'Here are more details for this status page.',
|
||||
icon: IconProp.CheckCircle,
|
||||
}}
|
||||
formSteps={[
|
||||
|
@ -65,7 +65,7 @@ const Delete: FunctionComponent<PageComponentProps> = (
|
||||
name="Workflow > Workflow Details"
|
||||
cardProps={{
|
||||
title: 'Workflow Details',
|
||||
description: "Here are more details for this workflow.",
|
||||
description: 'Here are more details for this workflow.',
|
||||
icon: IconProp.Workflow,
|
||||
}}
|
||||
isEditable={true}
|
||||
|
Loading…
Reference in New Issue
Block a user