We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424240 commit 434855dCopy full SHA for 434855d
src/DIRAC/MonitoringSystem/Client/Types/WMSHistory.py
@@ -27,6 +27,7 @@ def __init__(self):
27
"User",
28
"UserGroup",
29
"JobGroup",
30
+ "VO",
31
"MinorStatus",
32
"ApplicationStatus",
33
"JobSplitType",
@@ -47,6 +48,7 @@ def __init__(self):
47
48
"MinorStatus": {"type": "keyword"},
49
"User": {"type": "keyword"},
50
"JobGroup": {"type": "keyword"},
51
+ "VO": {"type": "keyword"},
52
"UserGroup": {"type": "keyword"},
53
"Tier": {"type": "keyword"},
54
"Type": {"type": "keyword"},
0 commit comments