Skip to content

Commit

Permalink
Fix logs live-indicator on older boots (#22719)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Nov 7, 2024
1 parent 2d8fbc6 commit a56e227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/config/logs/error-log-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ class ErrorLogCard extends LitElement {
</ha-button>
${this._streamSupported &&
this._loadingState !== "loading" &&
this._boot === 0 &&
!this._error
? html`<div class="live-indicator">
<ha-svg-icon path=${mdiCircle}></ha-svg-icon>
Expand Down

0 comments on commit a56e227

Please sign in to comment.