mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Align automation trace tab order with script tab order (#24974)
This commit is contained in:
parent
9c3f77532c
commit
a2b3ea2ac6
@ -43,7 +43,7 @@ import { haStyle } from "../../../resources/styles";
|
|||||||
import type { HomeAssistant, Route } from "../../../types";
|
import type { HomeAssistant, Route } from "../../../types";
|
||||||
import { computeRTL } from "../../../common/util/compute_rtl";
|
import { computeRTL } from "../../../common/util/compute_rtl";
|
||||||
|
|
||||||
const TABS = ["details", "automation_config", "timeline", "logbook"] as const;
|
const TABS = ["details", "timeline", "logbook", "automation_config"] as const;
|
||||||
|
|
||||||
@customElement("ha-automation-trace")
|
@customElement("ha-automation-trace")
|
||||||
export class HaAutomationTrace extends LitElement {
|
export class HaAutomationTrace extends LitElement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user