mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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">
|
||||
${boardName
|
||||
${boardName || isComponentLoaded(this.hass, "hassio")
|
||||
? html`
|
||||
<ha-card outlined>
|
||||
<div class="card-content">
|
||||
@ -293,7 +293,9 @@ class HaConfigHardware extends SubscribeMixin(LitElement) {
|
||||
: ""}
|
||||
<span class="primary-text">
|
||||
${boardName ||
|
||||
this.hass.localize("ui.panel.config.hardware.board")}
|
||||
this.hass.localize(
|
||||
"ui.panel.config.hardware.generic_hardware"
|
||||
)}
|
||||
</span>
|
||||
${boardId
|
||||
? html`
|
||||
|
@ -1801,7 +1801,7 @@
|
||||
"reboot_moved_link": "Go to system page.",
|
||||
"processor": "Processor",
|
||||
"memory": "Memory",
|
||||
"board": "Board",
|
||||
"generic_hardware": "Generic Hardware",
|
||||
"documentation": "Documentation",
|
||||
"configure": "Configure",
|
||||
"documentation_description": "Find extra information about your device",
|
||||
|
Loading…
x
Reference in New Issue
Block a user