This commit is contained in:
Starbeamrainbowlabs 2022-03-13 15:15:28 +00:00
parent 56ac4b2fc1
commit f29a6e0eeb
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
"use strict";
export default async function route_main() {
console.log(`TODO: Implement the dashboard :-)`);
for await (let item of globalThis.sysquery.table("cpu")) {
console.log(`[TABLE] item`, item);
}