Skip to content

Commit 3264e6e

Browse files
committed
fix: removed DIRACSetup from JobMonitor App
1 parent 06db3ef commit 3264e6e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
139139
{
140140
name: "RescheduleTime",
141141
},
142-
{
143-
name: "DIRACSetup",
144-
},
145142
{
146143
name: "FailedFlag",
147144
},
@@ -451,12 +448,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
451448
width: 150,
452449
},
453450
},
454-
DIRACSetup: {
455-
dataIndex: "DIRACSetup",
456-
properties: {
457-
hidden: true,
458-
},
459-
},
460451
FailedFlag: {
461452
dataIndex: "FailedFlag",
462453
properties: {

0 commit comments

Comments
 (0)