diff --git a/src/views/administration/notifications/CreateScheduledAlertModal.vue b/src/views/administration/notifications/CreateScheduledAlertModal.vue index 9beea59a..dd9e7cfc 100644 --- a/src/views/administration/notifications/CreateScheduledAlertModal.vue +++ b/src/views/administration/notifications/CreateScheduledAlertModal.vue @@ -32,18 +32,6 @@ required > - - - - - - @@ -256,7 +245,6 @@ export default { notifyChildren: row.notifyChildren, publisherName: row.publisher.name, publisherClass: row.publisher.publisherClass, - notificationLevel: row.notificationLevel, destination: this.parseDestination(row), token: this.parseToken(row), tokenHeader: this.parseTokenHeader(row), @@ -274,15 +262,6 @@ export default { dataOn: '\u2713', dataOff: '\u2715', }, - availableLevels: [ - { - value: 'INFORMATIONAL', - text: 'Informational', - selected: true, - }, - { value: 'WARNING', text: 'Warning' }, - { value: 'ERROR', text: 'Error' }, - ], }; }, created() { @@ -372,7 +351,6 @@ export default { enabled: this.enabled, logSuccessfulPublish: this.logSuccessfulPublish, notifyChildren: this.notifyChildren, - notificationLevel: this.notificationLevel, publisherConfig: JSON.stringify({ destination: this.destination, jiraTicketType: this.jiraTicketType,