feat(synoptic view): Display only occupied rooms
This commit is contained in:
parent
57e9bc2474
commit
e91154c9db
1 changed files with 6 additions and 1 deletions
|
@ -102,6 +102,7 @@
|
|||
title: room
|
||||
}))
|
||||
),
|
||||
filterResourcesWithEvents: true,
|
||||
height: '100%',
|
||||
schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
|
||||
nowIndicator: true,
|
||||
|
@ -205,7 +206,11 @@
|
|||
|
||||
<EventModal event={$event} open={openModal} {toggle} />
|
||||
|
||||
<script defer data-domain="calendrier.dgnum.eu" src="https://analytics.dgnum.eu/js/script.js"></script>
|
||||
<script
|
||||
defer
|
||||
data-domain="calendrier.dgnum.eu"
|
||||
src="https://analytics.dgnum.eu/js/script.js"
|
||||
></script>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue