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 4101a16 commit abc0efcCopy full SHA for abc0efc
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",
@@ -45,6 +46,7 @@ def __init__(self):
45
46
"MinorStatus": {"type": "keyword"},
47
"User": {"type": "keyword"},
48
"JobGroup": {"type": "keyword"},
49
+ "VO": {"type": "keyword"},
50
"UserGroup": {"type": "keyword"},
51
}
52
)
0 commit comments