From f29a6e0eeb0f0df5979c871b654ac16ef62e0030 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 13 Mar 2022 15:15:28 +0000 Subject: [PATCH] add todo --- src/static/js/routes/route_dashboard.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/js/routes/route_dashboard.mjs b/src/static/js/routes/route_dashboard.mjs index ae1180c..ceee6a1 100644 --- a/src/static/js/routes/route_dashboard.mjs +++ b/src/static/js/routes/route_dashboard.mjs @@ -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); }