ui: add new options tab under configuration
... and add from-email + move http-proxy there Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
e466526137
commit
c772a4a683
@ -34,6 +34,15 @@ Ext.define('PBS.NodeOptionView', {
|
||||
deleteEmpty: true,
|
||||
onlineHelp: 'node_options_http_proxy',
|
||||
},
|
||||
{
|
||||
xtype: 'text',
|
||||
name: 'email-from',
|
||||
defaultValue: gettext('root@$hostname'),
|
||||
text: gettext('Email from address'),
|
||||
vtype: 'proxmoxMail',
|
||||
deleteEmpty: true,
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
initComponent: function() {
|
||||
|
Reference in New Issue
Block a user