Skip to content

Commit

Permalink
lp debugWeb ui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus committed Jan 3, 2024
1 parent 56bbeb0 commit ad8e90d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/lotus-provider/web/static/chain-connectivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ window.customElements.define('chain-connectivity', class MyElement extends LitEl
<tbody>
${this.data.map(item => html`
<tr>
<td>{{.Address}}</td>
<td>${item.Address}</td>
<td>${item.Reachable ? html`<span class="success">ok</span>` : html`<span class="error">FAIL</span>`}</td>
<td>${item.SyncState === "ok" ? html`<span class="success">ok</span>` : html`<span class="warning">${item.SyncState}</span>`}</td>
Expand Down

0 comments on commit ad8e90d

Please sign in to comment.