Skip to content

Commit

Permalink
Add delete notifications for Networks, Subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvesel committed Jun 8, 2018
1 parent f827149 commit 9c6ad31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,23 @@
:expires_in: 24.hours
:level: :error
:audience: superadmin
- :name: cloud_network_delete_success
:message: 'Deleting Cloud Network %{subject} completed successfully.'
:expires_in: 24.hours
:level: success
:audience: global
- :name: cloud_network_delete_error
:message: 'Deleting Cloud Network %{subject} failed: %{error_message}'
:expires_in: 24.hours
:level: error
:audience: global
- :name: cloud_subnet_delete_success
:message: 'Deleting Cloud Subnet %{subject} completed successfully.'
:expires_in: 24.hours
:level: success
:audience: global
- :name: cloud_subnet_delete_error
:message: 'Deleting Cloud Subnet %{subject} failed: %{error_message}'
:expires_in: 24.hours
:level: error
:audience: global

0 comments on commit 9c6ad31

Please sign in to comment.