Fix builds page

This commit is contained in:
Stéphane Bidoul 2021-11-20 13:30:45 +01:00
parent 6d85c4a859
commit dc6d75c94a
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -48,6 +48,7 @@
// add build element to row // add build element to row
buildElement = document.createElement("runboat-build"); buildElement = document.createElement("runboat-build");
buildElement.id = oEvent.build.name; buildElement.id = oEvent.build.name;
buildElement.build = oEvent.build;
rowElement.appendChild(buildElement); rowElement.appendChild(buildElement);
} }
} else if (oEvent.event == "del") { } else if (oEvent.event == "del") {