mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +00:00
Use add-ons for mobile header (#10760)
This commit is contained in:
parent
6494177821
commit
4cc104a99f
@ -35,7 +35,11 @@ class HassioDashboard extends LitElement {
|
|||||||
hasFab
|
hasFab
|
||||||
>
|
>
|
||||||
<span slot="header">
|
<span slot="header">
|
||||||
${this.supervisor.localize("panel.dashboard")}
|
${this.supervisor.localize(
|
||||||
|
atLeastVersion(this.hass.config.version, 2021, 12)
|
||||||
|
? "panel.addons"
|
||||||
|
: "panel.dashboard"
|
||||||
|
)}
|
||||||
</span>
|
</span>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
${this.hass.config.version.includes("dev") ||
|
${this.hass.config.version.includes("dev") ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user