mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Fix glitchy 'show' checkboxes on integration page (#26021)
This commit is contained in:
parent
6be25270fd
commit
3e1341a731
@ -406,11 +406,7 @@ class HaConfigIntegrationsDashboard extends KeyboardShortcutMixin(
|
|||||||
${!this._showDisabled && this.narrow && disabledConfigEntries.length
|
${!this._showDisabled && this.narrow && disabledConfigEntries.length
|
||||||
? html`<span class="badge">${disabledConfigEntries.length}</span>`
|
? html`<span class="badge">${disabledConfigEntries.length}</span>`
|
||||||
: ""}
|
: ""}
|
||||||
<ha-button-menu
|
<ha-button-menu multi @action=${this._handleMenuAction}>
|
||||||
multi
|
|
||||||
@action=${this._handleMenuAction}
|
|
||||||
@click=${this._preventDefault}
|
|
||||||
>
|
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
slot="trigger"
|
slot="trigger"
|
||||||
.label=${this.hass.localize("ui.common.menu")}
|
.label=${this.hass.localize("ui.common.menu")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user