diff --git a/www/config/RemoteView.js b/www/config/RemoteView.js index 98f72bb5..685503fe 100644 --- a/www/config/RemoteView.js +++ b/www/config/RemoteView.js @@ -13,8 +13,8 @@ Ext.define('pmx-remotes', { txt += `:${port}`; } return txt; - } - } + }, + }, ], idProperty: 'name', proxy: { diff --git a/www/window/RemoteEdit.js b/www/window/RemoteEdit.js index bf5c11fc..2296c89a 100644 --- a/www/window/RemoteEdit.js +++ b/www/window/RemoteEdit.js @@ -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',