From dc6d75c94a88611aeb8a085fcfb3637273b9071b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 20 Nov 2021 13:30:45 +0100 Subject: [PATCH] Fix builds page --- src/runboat/webui/builds.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runboat/webui/builds.html b/src/runboat/webui/builds.html index fc49062..542edac 100644 --- a/src/runboat/webui/builds.html +++ b/src/runboat/webui/builds.html @@ -48,6 +48,7 @@ // add build element to row buildElement = document.createElement("runboat-build"); buildElement.id = oEvent.build.name; + buildElement.build = oEvent.build; rowElement.appendChild(buildElement); } } else if (oEvent.event == "del") {