1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update real-time dashboard graph entries

This commit is contained in:
Felix Krause
2022-04-28 12:30:03 +02:00
parent a3a4bb7b2d
commit eecd46abe5
2 changed files with 4 additions and 2 deletions

3
web.js
View File

@@ -167,7 +167,8 @@ function updateOverviewTable() {
"headache", "headache",
"hoursDriving", "hoursDriving",
"alcoholIntake", "alcoholIntake",
"withingsSleepingHR" "withingsSleepingHR",
"watchedTVHours"
]; ];
var queryToUse = "SELECT"; var queryToUse = "SELECT";
var weekTimestamp = moment() var weekTimestamp = moment()

3
web.ts
View File

@@ -210,7 +210,8 @@ function updateOverviewTable() {
"headache", "headache",
"hoursDriving", "hoursDriving",
"alcoholIntake", "alcoholIntake",
"withingsSleepingHR" "withingsSleepingHR",
"watchedTVHours"
]; ];
let queryToUse = "SELECT"; let queryToUse = "SELECT";
const weekTimestamp = const weekTimestamp =