Skip to content

Commit

Permalink
Merge branch 'v10.4.x-logzio' into DEV-47875-Support-new-MS-teams-in-…
Browse files Browse the repository at this point in the history
…Grafana-10-2
  • Loading branch information
irinapundik authored Jan 16, 2025
2 parents 0eba153 + f6aa54b commit e2eb7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const UngroupedModeView = ({ rules, options, handleInstancesLimit, limitInstance
: undefined;

const href = createUrl(
`/alerting/${encodeURIComponent(dataSourceName)}/${encodeURIComponent(strIndentifier)}/view`,
`/grafana-app/alerting/${encodeURIComponent(dataSourceName)}/${encodeURIComponent(strIndentifier)}/view`,
{ returnTo: returnTo ?? '' }
);
if (alertingRule) {
Expand Down

0 comments on commit e2eb7fe

Please sign in to comment.