diff --git a/pkg/services/alerting/eval_context.go b/pkg/services/alerting/eval_context.go index 3de7128d97f..a33bbe7181e 100644 --- a/pkg/services/alerting/eval_context.go +++ b/pkg/services/alerting/eval_context.go @@ -112,7 +112,7 @@ func (c *EvalContext) GetDashboardUID() (*models.DashboardRef, error) { return c.dashboardRef, nil } -const urlFormat = "%s?tab=alert&editPanel=%d&orgId=%d" +const urlFormat = "%s?tab=alert&viewPanel=%d&orgId=%d" // GetRuleURL returns the url to the dashboard containing the alert. func (c *EvalContext) GetRuleURL() (string, error) {