eslint fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-01 13:03:14 +02:00
parent 823867f5b7
commit 5ad4bdc482
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ Ext.define('pmx-remotes', {
txt += `:${port}`;
}
return txt;
}
}
},
},
],
idProperty: 'name',
proxy: {

View File

@ -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',