mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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>`
|
||||
: ""}
|
||||
${configEntriesInProgress.length ||
|
||||
this._showDisabled ||
|
||||
this._showIgnored
|
||||
? html`<h1>
|
||||
${this.hass.localize("ui.panel.config.integrations.configured")}
|
||||
</h1>`
|
||||
: ""}
|
||||
<div class="container">
|
||||
${integrations.length
|
||||
? integrations.map(
|
||||
|
Loading…
x
Reference in New Issue
Block a user