[pmg-devel] [PATCH pmg-gui v2 1/1] configuration: options: add admin-mail-from row.
Stoiko Ivanov
s.ivanov at proxmox.com
Tue Feb 25 16:02:03 CET 2025
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
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