Skip to content

Commit

Permalink
Fix My redirect for supervisor_logs (#19780)
Browse files Browse the repository at this point in the history
My link for supervisor_logs redirected to common logs after the removal
of Supervisor panel. Leverage provider param added in #19355 to show
Supervisor logs directly.
  • Loading branch information
sairon authored Feb 13, 2024
1 parent b65dc47 commit 802b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/my/ha-panel-my.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
},
supervisor_logs: {
// Moved from Supervisor panel in 2022.5
redirect: "/config/logs",
redirect: "/config/logs?provider=supervisor",
},
supervisor_info: {
// Moved from Supervisor panel in 2022.5
Expand Down

0 comments on commit 802b094

Please sign in to comment.