mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 06:46:35 +00:00
Fix logs live-indicator on older boots (#22719)
This commit is contained in:
parent
ae33b10cb2
commit
125ad9c794
@ -307,6 +307,7 @@ class ErrorLogCard extends LitElement {
|
|||||||
</ha-button>
|
</ha-button>
|
||||||
${this._streamSupported &&
|
${this._streamSupported &&
|
||||||
this._loadingState !== "loading" &&
|
this._loadingState !== "loading" &&
|
||||||
|
this._boot === 0 &&
|
||||||
!this._error
|
!this._error
|
||||||
? html`<div class="live-indicator">
|
? html`<div class="live-indicator">
|
||||||
<ha-svg-icon path=${mdiCircle}></ha-svg-icon>
|
<ha-svg-icon path=${mdiCircle}></ha-svg-icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user