Differences From Artifact [9920d4908c]:
- File attic/dashboard-guimonitor.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 7089) [annotate] [blame] [check-ins using]
- File dashboard-guimonitor.scm — part of check-in [14e9c3fb65] at 2018-02-16 10:51:55 on branch v1.65-license-update — Update license blurbs (user: mrwellan, size: 7089) [annotate] [blame] [check-ins using]
To Artifact [70e32e07aa]:
- File dashboard-guimonitor.scm — part of check-in [d636d628b5] at 2019-10-22 18:11:38 on branch v1.65-wip — Added commonmod to needed places. (user: mrwellan, size: 7136) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | + + + | (import (prefix sqlite3 sqlite3:)) (declare (unit dashboard-guimonitor)) (declare (uses common)) (declare (uses keys)) (declare (uses db)) (declare (uses tasks)) (declare (uses commonmod)) (import commonmod) (include "common_records.scm") (include "db_records.scm") (include "run_records.scm") (include "task_records.scm") (define (control-panel db tdb keys) |
︙ |