diff --git a/www/window/SyncJobEdit.js b/www/window/SyncJobEdit.js index e57146c1..85dfb7d0 100644 --- a/www/window/SyncJobEdit.js +++ b/www/window/SyncJobEdit.js @@ -60,20 +60,6 @@ Ext.define('PBS.window.SyncJobEdit', { name: 'remote-store', }, ], - advancedColumn1: [ - { - xtype: 'pmxDisplayEditField', - name: 'id', - fieldLabel: gettext('Sync Job ID'), - emptyText: gettext('Automatic'), - renderer: Ext.htmlEncode, - allowBlank: true, - minLength: 4, - cbind: { - editable: '{isCreate}', - }, - }, - ], column2: [ { diff --git a/www/window/VerifyJobEdit.js b/www/window/VerifyJobEdit.js index 0a1826f6..48a181b6 100644 --- a/www/window/VerifyJobEdit.js +++ b/www/window/VerifyJobEdit.js @@ -65,20 +65,6 @@ Ext.define('PBS.window.VerifyJobEdit', { }, }, ], - advancedColumn1: [ - { - xtype: 'pmxDisplayEditField', - name: 'id', - fieldLabel: gettext('Verify Job ID'), - emptyText: gettext('Automatic'), - renderer: Ext.htmlEncode, - allowBlank: true, - minLength: 4, - cbind: { - editable: '{isCreate}', - }, - }, - ], column2: [ {