diff --git a/src/runboat/webui/builds.html b/src/runboat/webui/builds.html new file mode 100644 index 0000000..b78e2e1 --- /dev/null +++ b/src/runboat/webui/builds.html @@ -0,0 +1,48 @@ + +
+Build: ${this.build.name} - ${this.build.status == "started"? - html`=> live`:"" - } -
+Build: ${this.build.name}
Repo: ${this.build.repo} ${this.build.pr? @@ -39,7 +36,11 @@ class RunboatBuildElement extends LitElement {
+ ${this.build.status == "started"? + html`=> live`:"" + }
+