Skip to content
Snippets Groups Projects
Commit f6906293 authored by Pelle Koster's avatar Pelle Koster
Browse files

[POL1-703] Add IC1 aggregate dashboard

parent 6e7fb619
No related branches found
No related tags found
1 merge request!6[POL1-703] Add IC1 aggregate dashboard
......@@ -21,7 +21,7 @@
"asDropdown": true,
"icon": "external link",
"tags": [
"copernicus"
"peer-aggregate"
],
"title": "Aggregates",
"type": "dashboards"
......
......@@ -161,8 +161,13 @@ AGG_DASHBOARDS = {
'dashboard_name': 'CAE1',
'interfaces': []
},
'IC1': {
'tag': ['ic1', 'peer-aggregate'],
'dashboard_name': 'IC-1',
'interfaces': []
},
'COPERNICUS': {
'tag': ['copernicus', 'services'],
'tag': ['copernicus', 'services', 'peer-aggregate'],
'dashboard_name': 'COPERNICUS',
'group_by': 'location',
'interfaces': []
......
......@@ -40,6 +40,7 @@ class BRIAN_DASHBOARDS(Enum):
GWS_UPSTREAMS = auto()
LHCONE = auto()
CAE1 = auto()
IC1 = auto()
COPERNICUS = auto()
# NREN customer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment