mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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>
|
||||
</tr>
|
||||
${fields.map(
|
||||
${(this._yamlMode
|
||||
? fields
|
||||
: this._filterSelectorFields(fields)
|
||||
).map(
|
||||
(field) => html` <tr>
|
||||
<td><pre>${field.key}</pre></td>
|
||||
<td>${field.description}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user