diff --git a/www/manager6/dc/AuthView.js b/www/manager6/dc/AuthView.js index 0ff87b27..dde2139c 100644 --- a/www/manager6/dc/AuthView.js +++ b/www/manager6/dc/AuthView.js @@ -128,7 +128,6 @@ Ext.define('PVE.dc.AuthView', { dataIndex: 'tfa' }, { - id: 'comment', header: gettext('Comment'), sortable: false, dataIndex: 'comment', diff --git a/www/manager6/dc/UserView.js b/www/manager6/dc/UserView.js index 1fc35679..41c3e813 100644 --- a/www/manager6/dc/UserView.js +++ b/www/manager6/dc/UserView.js @@ -217,7 +217,6 @@ Ext.define('PVE.dc.UserView', { dataIndex: 'firstname' }, { - id: 'comment', header: gettext('Comment'), sortable: false, dataIndex: 'comment', diff --git a/www/manager6/form/PoolSelector.js b/www/manager6/form/PoolSelector.js index a607589e..912b43c2 100644 --- a/www/manager6/form/PoolSelector.js +++ b/www/manager6/form/PoolSelector.js @@ -25,7 +25,6 @@ Ext.define('PVE.form.PoolSelector', { flex: 1 }, { - id: 'comment', header: gettext('Comment'), sortable: false, dataIndex: 'comment', diff --git a/www/manager6/form/UserSelector.js b/www/manager6/form/UserSelector.js index 3ba4d1b3..f82431c3 100644 --- a/www/manager6/form/UserSelector.js +++ b/www/manager6/form/UserSelector.js @@ -38,7 +38,6 @@ Ext.define('PVE.form.UserSelector', { flex: 1 }, { - id: 'comment', header: gettext('Comment'), sortable: false, dataIndex: 'comment',