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}`;
|
||||
}
|
||||
return txt;
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
idProperty: 'name',
|
||||
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=port]').setValue(port);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
|
|
Loading…
Reference in New Issue