Skip to content

Commit

Permalink
fix: removed several fields that are not anymore in use
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jan 19, 2024
1 parent 0c1146e commit bff4a8e
Showing 1 changed file with 0 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
return oReturn;
},
dataFields: [
{
name: "SystemPriority",
type: "float",
},
{
name: "ApplicationNumStatus",
},
{
name: "JobID",
type: "int",
Expand All @@ -98,9 +91,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
{
name: "VerifiedFlag",
},
{
name: "RetrievedFlag",
},
{
name: "Status",
},
Expand All @@ -113,9 +103,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
name: "RescheduleCounter",
type: "int",
},
{
name: "JobSplitType",
},
{
name: "MinorStatus",
},
Expand All @@ -130,12 +117,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
{
name: "JobType",
},
{
name: "MasterJobID",
},
{
name: "KilledFlag",
},
{
name: "RescheduleTime",
},
Expand All @@ -151,12 +132,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
{
name: "JobName",
},
{
name: "AccountedFlag",
},
{
name: "OSandboxReadyFlag",
},
{
name: "LastUpdateTime",
type: "date",
Expand All @@ -173,21 +148,12 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", {
{
name: "OwnerGroup",
},
{
name: "ISandboxReadyFlag",
},
{
name: "UserPriority",
},
{
name: "Owner",
},
{
name: "DeletedFlag",
},
{
name: "TaskQueueID",
},
{
name: "JobType",
},
Expand Down Expand Up @@ -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",
},
Expand Down

0 comments on commit bff4a8e

Please sign in to comment.