From 88e02703d143a176ca62b17c108107f4d48601ee Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 9 May 2022 18:16:50 +0000 Subject: [PATCH] okay does this work at all? Signed-off-by: Xe Iaso --- main_view.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main_view.html b/main_view.html index 948df81..de5f199 100644 --- a/main_view.html +++ b/main_view.html @@ -19,17 +19,21 @@ async function onReady() { await log("got here"); + + let heading = document.getElementById("heading"); + let id = getUID(); + heading.innerText = `Hello ${id}`; + let status = document.getElementById("status"); let install_status = await getInstallState(); status.innerText = install_status; await log(install_status); } - - onReady(); +

Hello World

Status: loading

@@ -41,8 +45,4 @@
- -