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