]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - src/Makefile
panel: notification: add gui for SMTP endpoints
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 14 Nov 2023 12:59:51 +0000 (13:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 14:04:39 +0000 (15:04 +0100)
commit3003f37779f88bfd2365f5840e65be7eab4d4f98
tree2ed5957c2fd597dbda7670de87d56faa726a6f8f
parentde0cec409a3b2bc5da603ba59a5ce9e6ba338b9d
panel: notification: add gui for SMTP endpoints

This new endpoint configuration panel is embedded in the existing
EndpointEditBase dialog window. This commit also factors out some of
the non-trivial common form elements that are shared between the new
panel and the already existing SendmailEditPanel into a separate panel
EmailRecipientPanel.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/Makefile
src/Schema.js
src/panel/EmailRecipientPanel.js [new file with mode: 0644]
src/panel/SendmailEditPanel.js
src/panel/SmtpEditPanel.js [new file with mode: 0644]