Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-04-15 Thread Lukas Wagner
On 2024-04-11 09:44, Thomas Lamprecht wrote: >> Tested both commits, they do what they promise. >> >>> + let notificationSystemHint = Ext.create({ >>> + xtype: 'displayfield', >>> + padding: '0 0 0 5', >>> + userCls: 'pmx-hint', >>> + hidden: true, >>> + value:

Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-04-11 Thread Thomas Lamprecht
Am 14/12/2023 um 11:26 schrieb Maximiliano Sandoval: > > Lukas Wagner writes: > >> - Switch order of 'mailto' and 'mailnotification' field >> - When mode is 'auto', disable 'mailtnotification' field >> - When mode is 'auto' and 'mailto' is empty, show >> hint that the notification

Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-04-09 Thread Maximiliano Sandoval
Lukas Wagner writes: > - Switch order of 'mailto' and 'mailnotification' field > - When mode is 'auto', disable 'mailtnotification' field > - When mode is 'auto' and 'mailto' is empty, show > hint that the notification system will be used > > Signed-off-by: Lukas Wagner > --- ping 

Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-02-16 Thread Lukas Wagner
ping  still applies on latest master. Also tested it again to make sure that no other changes interfered with it in the meanwhile. On 1/8/24 11:43, Lukas Wagner wrote: > ping > > On 11/23/23 17:09, Lukas Wagner wrote: >>    - Switch order of 'mailto' and 'mailnotification' field >>    - When

Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-01-08 Thread Lukas Wagner
ping On 11/23/23 17:09, Lukas Wagner wrote: - Switch order of 'mailto' and 'mailnotification' field - When mode is 'auto', disable 'mailtnotification' field - When mode is 'auto' and 'mailto' is empty, show hint that the notification system will be used Signed-off-by: Lukas

Re: [pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2023-12-14 Thread Maximiliano Sandoval
Lukas Wagner writes: > - Switch order of 'mailto' and 'mailnotification' field > - When mode is 'auto', disable 'mailtnotification' field > - When mode is 'auto' and 'mailto' is empty, show > hint that the notification system will be used > > Signed-off-by: Lukas Wagner Tested both

[pve-devel] [PATCH manager 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2023-11-23 Thread Lukas Wagner
- Switch order of 'mailto' and 'mailnotification' field - When mode is 'auto', disable 'mailtnotification' field - When mode is 'auto' and 'mailto' is empty, show hint that the notification system will be used Signed-off-by: Lukas Wagner --- www/manager6/dc/Backup.js | 37