ui: sync jobs: fix originalValue of owner and improve label
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
54ed1b2a71
commit
a797583535
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user