mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-14 13:37:50 +00:00
ui: backup job: avoid row wrapping due to overly long label
We can express that it's a notification in the combobox. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3ce05d40af
commit
04da73f851
@ -205,7 +205,7 @@ Ext.define('PVE.dc.BackupEdit', {
|
||||
},
|
||||
{
|
||||
xtype: 'pveEmailNotificationSelector',
|
||||
fieldLabel: gettext('Email notification'),
|
||||
fieldLabel: gettext('Email'),
|
||||
name: 'mailnotification',
|
||||
deleteEmpty: !me.isCreate,
|
||||
value: me.isCreate ? 'always' : '',
|
||||
|
@ -2,7 +2,7 @@ Ext.define('PVE.form.EmailNotificationSelector', {
|
||||
extend: 'Proxmox.form.KVComboBox',
|
||||
alias: ['widget.pveEmailNotificationSelector'],
|
||||
comboItems: [
|
||||
['always', gettext('Always')],
|
||||
['failure', gettext('On failure only')],
|
||||
['always', gettext('Notify always')],
|
||||
['failure', gettext('On failure only')],
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user