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); }