From e91154c9db7601140090efd4e61f279dffb37d40 Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 13 Aug 2024 01:45:41 +0200 Subject: [PATCH] feat(synoptic view): Display only occupied rooms --- src/App.svelte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 9316530..a0194c4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -102,6 +102,7 @@ title: room })) ), + filterResourcesWithEvents: true, height: '100%', schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives', nowIndicator: true, @@ -205,7 +206,11 @@ - +