This parameter shows the origin of a config entry (builtin, user-created, modified-builtin)
Signed-off-by: Lukas Wagner <l.wag...@proxmox.com> --- common/src/notify.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/src/notify.rs b/common/src/notify.rs index a5ab754..8f9f38f 100644 --- a/common/src/notify.rs +++ b/common/src/notify.rs @@ -161,6 +161,8 @@ mod export { author, comment, disable, + filter: None, + origin: None, }, ) } @@ -242,6 +244,7 @@ mod export { comment, disable, filter: None, + origin: None, }, &GotifyPrivateConfig { name, token }, ) @@ -334,6 +337,7 @@ mod export { author, comment, disable, + origin: None, }, &SmtpPrivateConfig { name, password }, ) @@ -435,6 +439,7 @@ mod export { invert_match, comment, disable, + origin: None, }, ) } -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel