mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Show "Configured" header on integrations dashboard for clarity (#17115)
This commit is contained in:
parent
c95232fecb
commit
9ac3f745b3
@ -429,6 +429,13 @@ class HaConfigIntegrationsDashboard extends SubscribeMixin(LitElement) {
|
|||||||
)}
|
)}
|
||||||
</div>`
|
</div>`
|
||||||
: ""}
|
: ""}
|
||||||
|
${configEntriesInProgress.length ||
|
||||||
|
this._showDisabled ||
|
||||||
|
this._showIgnored
|
||||||
|
? html`<h1>
|
||||||
|
${this.hass.localize("ui.panel.config.integrations.configured")}
|
||||||
|
</h1>`
|
||||||
|
: ""}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
${integrations.length
|
${integrations.length
|
||||||
? integrations.map(
|
? integrations.map(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user