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

Merge branch 'feature/POL1-418-ana-graphs' into 'develop'

Feature/POL1-418/POL1-804 Add ANA graphs

See merge request !7
parents 8f7259ab 263942c4
No related branches found
No related tags found
1 merge request!7Feature/POL1-418/POL1-804 Add ANA graphs
......@@ -171,7 +171,12 @@ AGG_DASHBOARDS = {
'dashboard_name': 'COPERNICUS',
'group_by': 'location',
'interfaces': []
}
},
'ANA': {
'tag': ['ana', 'peer-aggregate'],
'dashboard_name': 'ANA',
'interfaces': []
},
}
......
......@@ -42,6 +42,7 @@ class BRIAN_DASHBOARDS(Enum):
CAE1 = auto()
IC1 = auto()
COPERNICUS = auto()
ANA = auto()
# NREN customer
NREN = auto()
......
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