eslint fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
823867f5b7
commit
5ad4bdc482
|
@ -13,8 +13,8 @@ Ext.define('pmx-remotes', {
|
||||||
txt += `:${port}`;
|
txt += `:${port}`;
|
||||||
}
|
}
|
||||||
return txt;
|
return txt;
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
idProperty: 'name',
|
idProperty: 'name',
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
|
@ -71,8 +71,8 @@ Ext.define('PBS.window.RemoteEdit', {
|
||||||
|
|
||||||
field.up('inputpanel').down('field[name=host]').setValue(host);
|
field.up('inputpanel').down('field[name=host]').setValue(host);
|
||||||
field.up('inputpanel').down('field[name=port]').setValue(port);
|
field.up('inputpanel').down('field[name=port]').setValue(port);
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxtextfield',
|
xtype: 'proxmoxtextfield',
|
||||||
|
|
Loading…
Reference in New Issue