mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-10-04 15:16:24 +00:00
configuration: options: add admin-mail-from row.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
d017b7bb33
commit
e438dda66f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user