Skip to content
Snippets Groups Projects
Commit 5c0f9bf5 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Add EUMETSAT dropdown and exclude for non-staff

parent 1b989f9b
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices"
],
"excluded_folders": {
"Aggregates": ["CAE1"]
"Aggregates": ["CAE1"],
"EUMETSAT Multicast": True
}
},
{
......@@ -79,6 +80,7 @@ DEFAULT_ORGANIZATIONS = [
"GWS PHY Upstream": True,
"GWS Direct": True,
"GWS Indirect": True,
"EUMETSAT Multicast": True
}
},
{
......@@ -95,7 +97,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices",
],
"excluded_folders": {
"EUMETSAT Multicast": True
}
},
{
......@@ -121,6 +123,7 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True,
"IAS UPSTREAM": True,
"GWS PHY Upstream": True,
"EUMETSAT Multicast": True
}
}
]
......
......@@ -59,6 +59,19 @@
"title": "Peers",
"type": "dashboards"
}
{% if staff %}
,
{
"asDropdown": true,
"icon": "external link",
"tags": [
"EUMET_MULTICAST"
],
"targetBlank": true,
"title": "EUMETSAT",
"type": "dashboards"
}
{% endif %}
],
"panels": [
{% if staff %}
......
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