ui: tape: add notify-user fields

to backup jobs, backups and restores

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-03-05 09:45:32 +01:00
committed by Dietmar Maurer
parent 9152a0077f
commit be8adca115
3 changed files with 27 additions and 0 deletions

View File

@ -49,5 +49,14 @@ Ext.define('PBS.TapeManagement.TapeBackupWindow', {
name: 'eject-media',
fieldLabel: gettext('Eject Media'),
},
{
xtype: 'pbsUserSelector',
name: 'notify-user',
fieldLabel: gettext('Notify User'),
emptyText: 'root@pam',
value: null,
allowBlank: true,
renderer: Ext.String.htmlEncode,
},
],
});