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 = [
],
"excluded_folders": {
"Aggregates": ["CAE1"],
"EUMETSAT Multicast": True
"EUMETSAT Multicast": True,
"NREN Access BETA": True
}
},
{
......@@ -88,7 +89,8 @@ DEFAULT_ORGANIZATIONS = [
"GWS PHY Upstream": True,
"GWS Direct": True,
"GWS Indirect": True,
"EUMETSAT Multicast": True
"EUMETSAT Multicast": True,
"NREN Access BETA": True
}
},
{
......@@ -107,7 +109,8 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT"
],
"excluded_folders": {
"EUMETSAT Multicast": True
"EUMETSAT Multicast": True,
"NREN Access BETA": True
}
},
{
......@@ -135,7 +138,8 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True,
"IAS UPSTREAM": True,
"GWS PHY Upstream": True,
"EUMETSAT Multicast": True
"EUMETSAT Multicast": True,
"NREN Access BETA": True
}
}
]
......
......@@ -49,6 +49,7 @@
"title": "NREN Access",
"type": "dashboards"
},
{% if staff %}
{
"asDropdown": true,
"icon": "external link",
......@@ -59,6 +60,7 @@
"title": "NREN Access BETA",
"type": "dashboards"
},
{% endif %}
{
"asDropdown": true,
"icon": "external link",
......
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