From bdf3b45b5c0c1d33af72df5d4b05e0c80c9fa7d6 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Fri, 1 Dec 2023 20:00:10 +0100 Subject: [PATCH] sweep: #748 feat: add OwnerGroup to be displayed as a default option --- .../WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js index 6eb812c5..f85a675d 100755 --- a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js +++ b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js @@ -507,9 +507,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { }, OwnerGroup: { dataIndex: "OwnerGroup", - properties: { - hidden: true, - }, }, };