From 72b90f8414086ddbc4132418e8eae5b35b2fcc0b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 13 Nov 2023 11:50:39 +0000 Subject: [PATCH] add resources affected --- Notification/Templates/SubscriberIncidentCreated.hbs | 1 + Notification/Templates/SubscriberIncidentNoteCreated.hbs | 1 + Notification/Templates/SubscriberIncidentStateChanged.hbs | 1 + 3 files changed, 3 insertions(+) diff --git a/Notification/Templates/SubscriberIncidentCreated.hbs b/Notification/Templates/SubscriberIncidentCreated.hbs index 0192b614f2..bb88c703c6 100644 --- a/Notification/Templates/SubscriberIncidentCreated.hbs +++ b/Notification/Templates/SubscriberIncidentCreated.hbs @@ -10,6 +10,7 @@ {{> DetailBoxStart this }} {{> DetailBoxField title=incidentTitle text="" }} +{{> DetailBoxField title="Resources Affected: " text=resourcesAffected }} {{> DetailBoxField title="Severity: " text=incidentSeverity }} {{> DetailBoxField title="Description: " text="" }} {{> DetailBoxField title="" text=incidentDescription }} diff --git a/Notification/Templates/SubscriberIncidentNoteCreated.hbs b/Notification/Templates/SubscriberIncidentNoteCreated.hbs index f729e6103a..c9be7a4c8c 100644 --- a/Notification/Templates/SubscriberIncidentNoteCreated.hbs +++ b/Notification/Templates/SubscriberIncidentNoteCreated.hbs @@ -7,6 +7,7 @@ {{> DetailBoxStart this }} {{> DetailBoxField title=incidentTitle text="" }} +{{> DetailBoxField title="Resources Affected: " text=resourcesAffected }} {{> DetailBoxField title="Severity: " text=incidentSeverity }} {{> DetailBoxField title="Note: " text="" }} {{> DetailBoxField title="" text=note }} diff --git a/Notification/Templates/SubscriberIncidentStateChanged.hbs b/Notification/Templates/SubscriberIncidentStateChanged.hbs index 05bf0c9596..2b771446bc 100644 --- a/Notification/Templates/SubscriberIncidentStateChanged.hbs +++ b/Notification/Templates/SubscriberIncidentStateChanged.hbs @@ -7,6 +7,7 @@ {{> DetailBoxStart this }} {{> DetailBoxField title=incidentTitle text="" }} +{{> DetailBoxField title="Resources Affected: " text=resourcesAffected }} {{> DetailBoxField title="Severity: " text=incidentSeverity }} {{> DetailBoxField title="State: " text=incidentState }} {{> DetailBoxField title="Description: " text="" }}