From 0ca66b11c253fc028d646d2f819f0a52fd403e44 Mon Sep 17 00:00:00 2001 From: Daniela Bauer Date: Fri, 1 Dec 2023 13:27:11 +0000 Subject: [PATCH] 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 1c3d60585..3130e4960 100755 --- a/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js +++ b/src/WebAppDIRAC/WebApp/static/DIRAC/JobMonitor/classes/JobMonitor.js @@ -516,9 +516,6 @@ Ext.define("DIRAC.JobMonitor.classes.JobMonitor", { }, OwnerGroup: { dataIndex: "OwnerGroup", - properties: { - hidden: true, - }, }, };