From 489092148c7453829f1b2b7487594587a25ceefc Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke.madsen@geant.org>
Date: Tue, 28 Sep 2021 12:39:34 +0200
Subject: [PATCH] Remove GWS exclusions for relevant orgs

---
 brian_dashboard_manager/config.py | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index df6d5c6..49d8a3a 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [
             "Lab Devices"
         ],
         "excluded_folders": {
-            "Aggregates": ["CAE1"],
-            "GWS Direct": True,
-            "GWS Indirect": True,
+            "Aggregates": ["CAE1"]
         }
     },
     {
@@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [
             "Lab Devices",
         ],
         "excluded_folders": {
-            "GWS Direct": True,
-            "GWS Indirect": True,
+
         }
     },
     {
@@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [
             "IAS PUBLIC": True,
             "IAS UPSTREAM": True,
             "GWS PHY Upstream": True,
-            "GWS Direct": True,
-            "GWS Indirect": True,
         }
     }
 ]
-- 
GitLab