From bff4a8edb557cc256f0f80d2efab7c9b0966bc97 Mon Sep 17 00:00:00 2001 From: fstagni Date: Fri, 19 Jan 2024 11:07:25 +0100 Subject: [PATCH] fix: removed several fields that are not anymore in use --- .../DIRAC/JobMonitor/classes/JobMonitor.js | 52 ------------------- 1 file changed, 52 deletions(-) diff --git a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js index 042ba83d..be231f9f 100755 --- a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js +++ b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js @@ -79,13 +79,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { return oReturn; }, dataFields: [ - { - name: "SystemPriority", - type: "float", - }, - { - name: "ApplicationNumStatus", - }, { name: "JobID", type: "int", @@ -98,9 +91,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { { name: "VerifiedFlag", }, - { - name: "RetrievedFlag", - }, { name: "Status", }, @@ -113,9 +103,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { name: "RescheduleCounter", type: "int", }, - { - name: "JobSplitType", - }, { name: "MinorStatus", }, @@ -130,12 +117,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { { name: "JobType", }, - { - name: "MasterJobID", - }, - { - name: "KilledFlag", - }, { name: "RescheduleTime", }, @@ -151,12 +132,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { { name: "JobName", }, - { - name: "AccountedFlag", - }, - { - name: "OSandboxReadyFlag", - }, { name: "LastUpdateTime", type: "date", @@ -173,21 +148,12 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { { name: "OwnerGroup", }, - { - name: "ISandboxReadyFlag", - }, { name: "UserPriority", }, { name: "Owner", }, - { - name: "DeletedFlag", - }, - { - name: "TaskQueueID", - }, { name: "JobType", }, @@ -478,27 +444,9 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { hidden: true, }, }, - AccountedFlag: { - dataIndex: "AccountedFlag", - properties: { - hidden: true, - }, - }, - OSandboxReadyFlag: { - dataIndex: "OSandboxReadyFlag", - properties: { - hidden: true, - }, - }, Owner: { dataIndex: "Owner", }, - TaskQueueID: { - dataIndex: "TaskQueueID", - properties: { - hidden: true, - }, - }, OwnerGroup: { dataIndex: "OwnerGroup", },