Skip to content

Commit

Permalink
Add delete notifications for Network Router
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvesel committed Sep 25, 2018
1 parent 4240c99 commit cd9916c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,16 @@
:expires_in: 24.hours
:level: error
:audience: global
- :name: network_router_delete_success
:message: 'Deleting Network Router %{subject} completed successfully.'
:expires_in: 24.hours
:level: :success
:audience: global
- :name: network_router_delete_error
:message: 'Deleting Network Router %{subject} failed: %{error_message}'
:expires_in: 24.hours
:level: :error
:audience: global
- :name: generic_task_start
:message: '%{message}'
:expires_in: 7.days
Expand Down

0 comments on commit cd9916c

Please sign in to comment.