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

Exclude NREN BETA for non-staff

parent 0275deff
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1"], "Aggregates": ["CAE1"],
"EUMETSAT Multicast": True "EUMETSAT Multicast": True,
"NREN Access BETA": True
} }
}, },
{ {
...@@ -88,7 +89,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -88,7 +89,8 @@ 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 "EUMETSAT Multicast": True,
"NREN Access BETA": True
} }
}, },
{ {
...@@ -107,7 +109,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -107,7 +109,8 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT" "EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"EUMETSAT Multicast": True "EUMETSAT Multicast": True,
"NREN Access BETA": True
} }
}, },
{ {
...@@ -135,7 +138,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -135,7 +138,8 @@ 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 "EUMETSAT Multicast": True,
"NREN Access BETA": True
} }
} }
] ]
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
"title": "NREN Access", "title": "NREN Access",
"type": "dashboards" "type": "dashboards"
}, },
{% if staff %}
{ {
"asDropdown": true, "asDropdown": true,
"icon": "external link", "icon": "external link",
...@@ -59,6 +60,7 @@ ...@@ -59,6 +60,7 @@
"title": "NREN Access BETA", "title": "NREN Access BETA",
"type": "dashboards" "type": "dashboards"
}, },
{% endif %}
{ {
"asDropdown": true, "asDropdown": true,
"icon": "external link", "icon": "external link",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment