Fix orario di inizio e fine calendario
This commit is contained in:
parent
c3f47d2b31
commit
6e3656a0da
|
@ -522,8 +522,8 @@ globals.dashboard = {
|
||||||
slotDuration: "00:15:00",
|
slotDuration: "00:15:00",
|
||||||
snapDuration: globals.snapDuration,
|
snapDuration: globals.snapDuration,
|
||||||
initialView: "dayGridMonth",
|
initialView: "dayGridMonth",
|
||||||
minTime: globals.dashboard.start_time,
|
slotMinTime: globals.dashboard.start_time,
|
||||||
maxTime: globals.dashboard.end_time,
|
slotMaxTime: globals.dashboard.end_time,
|
||||||
lazyFetching: true,
|
lazyFetching: true,
|
||||||
selectMirror: true,
|
selectMirror: true,
|
||||||
eventLimit: false, // allow "more" link when too many events
|
eventLimit: false, // allow "more" link when too many events
|
||||||
|
|
Loading…
Reference in New Issue