Skip to content

Commit

Permalink
Adds vm_snapshot_success NotificationType
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Blaho committed Oct 24, 2017
1 parent f77c75b commit fdd0dde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
:expires_in: 24.hours
:level: :error
:audience: global
- :name: vm_snapshot_success
:message: 'The operation %{snapshot_op} on snapshot of %{subject} completed successfully.'
:expires_in: 24.hours
:level: :warning
:audience: global
- :name: vm_snapshot_failure
:message: 'Failed to %{snapshot_op} snapshot of %{subject}: %{error}'
:expires_in: 24.hours
Expand Down

0 comments on commit fdd0dde

Please sign in to comment.