pve-manager/www/manager6/form/NotificationPolicySelector.js
Lukas Wagner fb5b81796f ui: backup job: change field text for 'mailnotification' field
... to highlight that this setting only affects the 'legacy-sendmail'
mail notifications.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-11-21 14:41:15 +01:00

9 lines
245 B
JavaScript

Ext.define('PVE.form.EmailNotificationSelector', {
extend: 'Proxmox.form.KVComboBox',
alias: ['widget.pveEmailNotificationSelector'],
comboItems: [
['always', gettext('Always')],
['failure', gettext('On failure only')],
],
});