From 5ad4bdc482e5b5346417125dbc33ee6b461b12ba Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 1 Oct 2020 13:03:14 +0200 Subject: [PATCH] eslint fixes Signed-off-by: Thomas Lamprecht --- www/config/RemoteView.js | 4 ++-- www/window/RemoteEdit.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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',