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: [
|
column2: [
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Owner'),
|
fieldLabel: gettext('Local Owner'),
|
||||||
xtype: 'pbsUserSelector',
|
xtype: 'pbsUserSelector',
|
||||||
name: 'owner',
|
name: 'owner',
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
|
value: null,
|
||||||
emptyText: 'backup@pam',
|
emptyText: 'backup@pam',
|
||||||
skipEmptyText: true,
|
skipEmptyText: true,
|
||||||
cbind: {
|
cbind: {
|
||||||
|
Loading…
Reference in New Issue
Block a user