mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-06-14 15:02:15 +00:00
server: rename email_notifications module to notifications
The module will be extended to interact with the proxmox_notify crate, hence the name change seems to be in order. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Gabriel Goller <g.goller@proxmox.com> Reviewed-by: Gabriel Goller <g.goller@proxmox.com> Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
34ab74a0c9
commit
2764be3db5
@ -25,8 +25,8 @@ pub use gc_job::*;
|
||||
mod realm_sync_job;
|
||||
pub use realm_sync_job::*;
|
||||
|
||||
mod email_notifications;
|
||||
pub use email_notifications::*;
|
||||
pub mod notifications;
|
||||
pub use notifications::*;
|
||||
|
||||
mod report;
|
||||
pub use report::*;
|
||||
|
Loading…
Reference in New Issue
Block a user