add todo
This commit is contained in:
parent
56ac4b2fc1
commit
f29a6e0eeb
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue