Differences From Artifact [60455a8a12]:
- File dashboard-guimonitor.scm — part of check-in [429f76ae7e] at 2022-11-05 21:04:09 on branch v1.70 — Removed or updated prints to get bare-prints passing in ext-tests. (user: matt, size: 7105) [annotate] [blame] [check-ins using]
To Artifact [76c7fb97a3]:
- File dashboard-guimonitor.scm — part of check-in [5cb7bf9076] at 2023-02-23 08:46:55 on branch v1.80 — configf ext-tests fixed. (user: matt, size: 7151) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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 | + + | (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) |
︙ |