mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 23:07:20 +00:00
Show correct fields in UI mode (#8445)
This commit is contained in:
parent
742f1f85dc
commit
781c0701fc
@ -140,7 +140,10 @@ class HaPanelDevService extends LitElement {
|
|||||||
)}
|
)}
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
${fields.map(
|
${(this._yamlMode
|
||||||
|
? fields
|
||||||
|
: this._filterSelectorFields(fields)
|
||||||
|
).map(
|
||||||
(field) => html` <tr>
|
(field) => html` <tr>
|
||||||
<td><pre>${field.key}</pre></td>
|
<td><pre>${field.key}</pre></td>
|
||||||
<td>${field.description}</td>
|
<td>${field.description}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user