Fix builds page
This commit is contained in:
parent
6d85c4a859
commit
dc6d75c94a
1 changed files with 1 additions and 0 deletions
|
|
@ -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") {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue