Differences From Artifact [2669b13a8f]:
- File dashboard.scm — part of check-in [4585ec5c6e] at 2019-12-15 22:39:22 on branch v1.70-defunct-try — Added missing mtconfigf to dashboard.scm (user: matt, size: 144526) [annotate] [blame] [check-ins using]
To Artifact [3a5eb9e293]:
- File dashboard.scm — part of check-in [c1b5a1535f] at 2019-12-18 19:52:07 on branch v1.70-defunct-try — Merged stml2 addition to v1.70 (user: matt, size: 144464) [annotate] [blame] [check-ins using]
︙ | |||
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - | (import (prefix mtconfigf configf:)) (include "common_records.scm") (include "db_records.scm") (include "run_records.scm") (include "task_records.scm") |
︙ |