From 5a6f183514f131c27ed7cabcfe44b088f712444a Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 16 Jan 2024 17:37:16 +0100 Subject: [PATCH] fix: follow removals in DIRAC --- .../WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js index f85a675d..042ba83d 100755 --- a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js +++ b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js @@ -145,9 +145,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { { name: "CPUTime", }, - { - name: "OwnerDN", - }, { name: "JobGroup", }, @@ -202,9 +199,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { name: "StatusIcon", mapping: "Status", }, - { - name: "OwnerGroup", - }, ], initComponent: function () {