mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 23:36:36 +00:00
Fix update list item spinner (#24660)
This commit is contained in:
parent
9d4df46d5f
commit
dfd5e80436
@ -125,13 +125,14 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
|
|||||||
</span>
|
</span>
|
||||||
${!this.narrow
|
${!this.narrow
|
||||||
? entity.attributes.in_progress
|
? entity.attributes.in_progress
|
||||||
? html`<ha-spinner
|
? html`<div slot="meta">
|
||||||
|
<ha-spinner
|
||||||
size="small"
|
size="small"
|
||||||
slot="meta"
|
|
||||||
.ariaLabel=${this.hass.localize(
|
.ariaLabel=${this.hass.localize(
|
||||||
"ui.panel.config.updates.update_in_progress"
|
"ui.panel.config.updates.update_in_progress"
|
||||||
)}
|
)}
|
||||||
></ha-spinner>`
|
></ha-spinner>
|
||||||
|
</div>`
|
||||||
: html`<ha-icon-next slot="meta"></ha-icon-next>`
|
: html`<ha-icon-next slot="meta"></ha-icon-next>`
|
||||||
: ""}
|
: ""}
|
||||||
</ha-list-item>
|
</ha-list-item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user