Skip to content

Commit 4ad92a2

Browse files
authored
Merge pull request #774 from fstagni/60_fixes
fix: adapt to DIRAC v9
2 parents b110f1b + dbee8e7 commit 4ad92a2

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
120120
{
121121
name: "RescheduleTime",
122122
},
123-
{
124-
name: "FailedFlag",
125-
},
126123
{
127124
name: "CPUTime",
128125
},
@@ -416,12 +413,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
416413
width: 150,
417414
},
418415
},
419-
FailedFlag: {
420-
dataIndex: "FailedFlag",
421-
properties: {
422-
hidden: true,
423-
},
424-
},
425416
RescheduleCounter: {
426417
dataIndex: "RescheduleCounter",
427418
properties: {
@@ -434,12 +425,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
434425
hidden: true,
435426
},
436427
},
437-
OwnerDN: {
438-
dataIndex: "OwnerDN",
439-
properties: {
440-
hidden: true,
441-
},
442-
},
443428
JobGroup: {
444429
dataIndex: "JobGroup",
445430
properties: {

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ Ext.define("DIRAC.PilotMonitor.classes.PilotMonitor", {
106106
{
107107
name: "PilotID",
108108
},
109-
{
110-
name: "ParentID",
111-
},
112109
{
113110
name: "SubmissionTime",
114111
type: "date",
@@ -373,12 +370,6 @@ Ext.define("DIRAC.PilotMonitor.classes.PilotMonitor", {
373370
hidden: true,
374371
},
375372
},
376-
ParentID: {
377-
dataIndex: "ParentID",
378-
properties: {
379-
hidden: true,
380-
},
381-
},
382373
"LastUpdateTime[UTC]": {
383374
dataIndex: "LastUpdateTime",
384375
renderer: Ext.util.Format.dateRenderer("Y-m-d H:i:s"),

0 commit comments

Comments
 (0)