Skip to content

Commit abc0efc

Browse files
committed
added VO to WMSHistory Monitoring
1 parent 4101a16 commit abc0efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DIRAC/MonitoringSystem/Client/Types/WMSHistory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def __init__(self):
2727
"User",
2828
"UserGroup",
2929
"JobGroup",
30+
"VO",
3031
"MinorStatus",
3132
"ApplicationStatus",
3233
"JobSplitType",
@@ -45,6 +46,7 @@ def __init__(self):
4546
"MinorStatus": {"type": "keyword"},
4647
"User": {"type": "keyword"},
4748
"JobGroup": {"type": "keyword"},
49+
"VO": {"type": "keyword"},
4850
"UserGroup": {"type": "keyword"},
4951
}
5052
)

0 commit comments

Comments
 (0)