restyle to match Material Design List specs

This commit is contained in:
Jason Hunter
2021-06-03 01:07:26 -04:00
committed by Blake Blackshear
parent 9822d614e2
commit b53a50cd54
4 changed files with 77 additions and 71 deletions

View File

@@ -534,6 +534,7 @@ def recordings(camera_name):
[
{
"date": date,
"events": sum([len(value["events"]) for value in hours.values()]),
"recordings": [
{"hour": hour, "delay": value["delay"], "events": value["events"]}
for hour, value in hours.items()