diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js index e5d9372..c9d5716 100644 --- a/src/runboat/webui/runboat-build-element.js +++ b/src/runboat/webui/runboat-build-element.js @@ -14,7 +14,7 @@ class RunboatBuildElement extends LitElement { static styles = css` .build-card { - width: 15em; + width: 16em; padding: 0.5em; border-radius: 0.5em; background-color: lightgray; @@ -54,12 +54,12 @@ class RunboatBuildElement extends LitElement {
${this.build.status} - | init log + ⦙ 🗒 init log ${this.build.status == "started"? - html`| log`:"" + html`⦙ 🗒 log`:"" } ${this.build.status == "started"? - html`| 🚪 live`:"" + html`⦙ 🚪 live`:"" }