mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Show all hardware button for supervised installs (#15617)
This commit is contained in:
parent
f4848964c3
commit
868c414759
@ -278,7 +278,7 @@ class HaConfigHardware extends SubscribeMixin(LitElement) {
|
|||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
${boardName
|
${boardName || isComponentLoaded(this.hass, "hassio")
|
||||||
? html`
|
? html`
|
||||||
<ha-card outlined>
|
<ha-card outlined>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
@ -293,7 +293,9 @@ class HaConfigHardware extends SubscribeMixin(LitElement) {
|
|||||||
: ""}
|
: ""}
|
||||||
<span class="primary-text">
|
<span class="primary-text">
|
||||||
${boardName ||
|
${boardName ||
|
||||||
this.hass.localize("ui.panel.config.hardware.board")}
|
this.hass.localize(
|
||||||
|
"ui.panel.config.hardware.generic_hardware"
|
||||||
|
)}
|
||||||
</span>
|
</span>
|
||||||
${boardId
|
${boardId
|
||||||
? html`
|
? html`
|
||||||
|
@ -1801,7 +1801,7 @@
|
|||||||
"reboot_moved_link": "Go to system page.",
|
"reboot_moved_link": "Go to system page.",
|
||||||
"processor": "Processor",
|
"processor": "Processor",
|
||||||
"memory": "Memory",
|
"memory": "Memory",
|
||||||
"board": "Board",
|
"generic_hardware": "Generic Hardware",
|
||||||
"documentation": "Documentation",
|
"documentation": "Documentation",
|
||||||
"configure": "Configure",
|
"configure": "Configure",
|
||||||
"documentation_description": "Find extra information about your device",
|
"documentation_description": "Find extra information about your device",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user