[pmg-devel] [PATCH pmg-gui 1/1] configuration: options: add admin-mail-from row.
Stoiko Ivanov
s.ivanov at proxmox.com
Tue Feb 25 11:26:56 CET 2025
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
forgot the GUI part of the series:
https://lore.proxmox.com/pmg-devel/20250224232451.399803-1-s.ivanov@proxmox.com/T/#t
js/SystemOptions.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/js/SystemOptions.js b/js/SystemOptions.js
index 7a22e1a..3c8d960 100644
--- a/js/SystemOptions.js
+++ b/js/SystemOptions.js
@@ -75,6 +75,9 @@ Ext.define('PMG.SystemOptions', {
me.add_text_row('email', gettext("Administrator EMail"),
{ deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });
+ me.add_text_row('admin-mail-from', gettext("'From:' for Admin Mail"),
+ { deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });
+
me.add_proxy_row('http_proxy', gettext("HTTP proxy"));
me.callParent();
--
2.39.5
More information about the pmg-devel
mailing list