mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56: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>
|
||||
${this._streamSupported &&
|
||||
this._loadingState !== "loading" &&
|
||||
this._boot === 0 &&
|
||||
!this._error
|
||||
? html`<div class="live-indicator">
|
||||
<ha-svg-icon path=${mdiCircle}></ha-svg-icon>
|
||||
|
Loading…
x
Reference in New Issue
Block a user