mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 22:40:55 +00:00
Add service icons to traces (again :D) (#19728)
* Add service icons to traces (again :D) * Update hat-graph-node.ts
This commit is contained in:
@@ -217,6 +217,7 @@ export class HaScriptTrace extends LitElement {
|
||||
<div class="main">
|
||||
<div class="graph">
|
||||
<hat-script-graph
|
||||
.hass=${this.hass}
|
||||
.trace=${this._trace}
|
||||
.selected=${this._selected?.path}
|
||||
@graph-node-selected=${this._pickNode}
|
||||
|
||||
Reference in New Issue
Block a user