Skip to content

Commit

Permalink
Merge pull request #2419 from swaterkamp/startTaskOnNewSecInfo
Browse files Browse the repository at this point in the history
Add option for "Start task" on "new secinfo arrived" for alerts
  • Loading branch information
saberlynx authored Aug 24, 2020
2 parents 3b17228 + 98ce261 commit 8fad03c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [20.8.1] - unreleased

### Added
- Added option for "Start Task" event upon "New SecInfo arrived" condition in alerts dialog [#2418](https://github.com/greenbone/gsa/pull/2418)

### Changed
- Use <predefined> to disable feed object editing and filter creation on feed status page [#2398](https://github.com/greenbone/gsa/pull/2398)
Expand Down
4 changes: 4 additions & 0 deletions gsa/src/web/pages/alerts/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ class AlertDialog extends React.Component {
value: METHOD_TYPE_SNMP,
label: _('SNMP'),
},
{
value: METHOD_TYPE_START_TASK,
label: _('Start Task'),
},
{
value: METHOD_TYPE_SYSLOG,
label: _('System Logger'),
Expand Down

0 comments on commit 8fad03c

Please sign in to comment.