Skip to content

Commit bff4a8e

Browse files
committed
fix: removed several fields that are not anymore in use
1 parent 0c1146e commit bff4a8e

File tree

1 file changed

+0
-52
lines changed
  • src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes

1 file changed

+0
-52
lines changed

src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js

-52
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
7979
return oReturn;
8080
},
8181
dataFields: [
82-
{
83-
name: "SystemPriority",
84-
type: "float",
85-
},
86-
{
87-
name: "ApplicationNumStatus",
88-
},
8982
{
9083
name: "JobID",
9184
type: "int",
@@ -98,9 +91,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
9891
{
9992
name: "VerifiedFlag",
10093
},
101-
{
102-
name: "RetrievedFlag",
103-
},
10494
{
10595
name: "Status",
10696
},
@@ -113,9 +103,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
113103
name: "RescheduleCounter",
114104
type: "int",
115105
},
116-
{
117-
name: "JobSplitType",
118-
},
119106
{
120107
name: "MinorStatus",
121108
},
@@ -130,12 +117,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
130117
{
131118
name: "JobType",
132119
},
133-
{
134-
name: "MasterJobID",
135-
},
136-
{
137-
name: "KilledFlag",
138-
},
139120
{
140121
name: "RescheduleTime",
141122
},
@@ -151,12 +132,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
151132
{
152133
name: "JobName",
153134
},
154-
{
155-
name: "AccountedFlag",
156-
},
157-
{
158-
name: "OSandboxReadyFlag",
159-
},
160135
{
161136
name: "LastUpdateTime",
162137
type: "date",
@@ -173,21 +148,12 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
173148
{
174149
name: "OwnerGroup",
175150
},
176-
{
177-
name: "ISandboxReadyFlag",
178-
},
179151
{
180152
name: "UserPriority",
181153
},
182154
{
183155
name: "Owner",
184156
},
185-
{
186-
name: "DeletedFlag",
187-
},
188-
{
189-
name: "TaskQueueID",
190-
},
191157
{
192158
name: "JobType",
193159
},
@@ -478,27 +444,9 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
478444
hidden: true,
479445
},
480446
},
481-
AccountedFlag: {
482-
dataIndex: "AccountedFlag",
483-
properties: {
484-
hidden: true,
485-
},
486-
},
487-
OSandboxReadyFlag: {
488-
dataIndex: "OSandboxReadyFlag",
489-
properties: {
490-
hidden: true,
491-
},
492-
},
493447
Owner: {
494448
dataIndex: "Owner",
495449
},
496-
TaskQueueID: {
497-
dataIndex: "TaskQueueID",
498-
properties: {
499-
hidden: true,
500-
},
501-
},
502450
OwnerGroup: {
503451
dataIndex: "OwnerGroup",
504452
},

0 commit comments

Comments
 (0)