ui: sync jobs: fix originalValue of owner and improve label

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-04 19:04:42 +01:00
parent 54ed1b2a71
commit a797583535

View File

@ -64,10 +64,11 @@ Ext.define('PBS.window.SyncJobEdit', {
column2: [
{
fieldLabel: gettext('Owner'),
fieldLabel: gettext('Local Owner'),
xtype: 'pbsUserSelector',
name: 'owner',
allowBlank: true,
value: null,
emptyText: 'backup@pam',
skipEmptyText: true,
cbind: {