Tweak build card
This commit is contained in:
parent
89d9823992
commit
c1fe8ca16a
1 changed files with 3 additions and 3 deletions
|
|
@ -53,12 +53,12 @@ class RunboatBuildElement extends LitElement {
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
${this.build.status}
|
${this.build.status}
|
||||||
⦙ <a href="/api/v1/builds/${this.build.name}/init-log">🗒 init log</a>
|
⦙ 🗒 <a href="/api/v1/builds/${this.build.name}/init-log">init log</a>
|
||||||
${this.build.status == "started"?
|
${this.build.status == "started"?
|
||||||
html`⦙ <a href="/api/v1/builds/${this.build.name}/log">🗒 log</a>`:""
|
html`⦙ 🗒 <a href="/api/v1/builds/${this.build.name}/log">log</a>`:""
|
||||||
}
|
}
|
||||||
${this.build.status == "started"?
|
${this.build.status == "started"?
|
||||||
html`⦙ <a href="${this.build.deploy_link}">🚪 live</a>`:""
|
html`⦙ 🚪 <a href="${this.build.deploy_link}">live</a>`:""
|
||||||
}
|
}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue