* [pmg-devel] [PATCH pmg-gui 1/1] configuration: options: add admin-mail-from row.
@ 2025-02-25 10:26 Stoiko Ivanov
0 siblings, 0 replies; only message in thread
From: Stoiko Ivanov @ 2025-02-25 10:26 UTC (permalink / raw)
To: pmg-devel
Signed-off-by: Stoiko Ivanov <s.ivanov@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
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-25 10:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-25 10:26 [pmg-devel] [PATCH pmg-gui 1/1] configuration: options: add admin-mail-from row Stoiko Ivanov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal