mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Make hardware item non interactive
This commit is contained in:
parent
1938fb89e6
commit
ced37aab4c
@ -125,6 +125,7 @@ class HaConfigHardware extends LitElement {
|
|||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<mwc-list>
|
<mwc-list>
|
||||||
<mwc-list-item
|
<mwc-list-item
|
||||||
|
noninteractive
|
||||||
graphic=${ifDefined(imageURL ? "medium" : undefined)}
|
graphic=${ifDefined(imageURL ? "medium" : undefined)}
|
||||||
.twoline=${Boolean(boardId)}
|
.twoline=${Boolean(boardId)}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user