implements configurable schedule granularity and improves the schedule grid for denser schedule grids on smaller screens

This commit is contained in:
Eugene Dubinin 2017-01-17 14:46:12 +02:00 committed by BelieveC
parent a4ef10cf1b
commit ddc9ed9dc6
11 changed files with 56 additions and 24 deletions

View file

@ -54,6 +54,10 @@
"description": "The user for the smtp server",
"required": false
},
"OSEM_SCHEDULE_CELL_SIZE": {
"description": "Schedule timeslot size in minutes",
"required": false
},
"RACK_ENV": {
"required": false
},