mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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
|
||||
buildElement = document.createElement("runboat-build");
|
||||
buildElement.id = oEvent.build.name;
|
||||
buildElement.build = oEvent.build;
|
||||
rowElement.appendChild(buildElement);
|
||||
}
|
||||
} else if (oEvent.event == "del") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue