mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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>
|
||||
${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"?
|
||||
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"?
|
||||
html`⦙ <a href="${this.build.deploy_link}">🚪 live</a>`:""
|
||||
html`⦙ 🚪 <a href="${this.build.deploy_link}">live</a>`:""
|
||||
}
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue