Fix My redirect for supervisor_logs (#19780)

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.
This commit is contained in:
Jan Čermák 2024-02-13 09:23:04 +01:00 committed by GitHub
parent b65dc47f72
commit 802b0949ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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