diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index c94da1d81b20df68db32c7992752797a8a7cf332..03181e49b0cf156d96301b06c85e5871c4f559d5 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -51,7 +51,9 @@ DEFAULT_ORGANIZATIONS = [ "Lab Devices" ], "excluded_folders": { - "Aggregates": ["CAE1"] + "Aggregates": ["CAE1"], + "GWS Direct": True, + "GWS Indirect": True, } }, { @@ -94,7 +96,10 @@ DEFAULT_ORGANIZATIONS = [ "GÉANT VM", "Lab Devices", ], - "excluded_folders": {} + "excluded_folders": { + "GWS Direct": True, + "GWS Indirect": True, + } }, { "name": "CAE1 - Asia",