mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Configuration tracker: Update copy in IRM and point to new IRM slack integration (#100440)
Update copy + point to new IRM slack
This commit is contained in:
parent
53ae85ca57
commit
6d374a3d7f
@ -235,7 +235,7 @@ export function useGetEssentialsConfiguration(): EssentialsConfigurationData {
|
||||
},
|
||||
{
|
||||
title: 'Respond',
|
||||
description: 'Configure OnCall and Incident',
|
||||
description: getIsIrmPluginPresent() ? 'Configure IRM' : 'Configure OnCall and Incident',
|
||||
steps: getIsIrmPluginPresent()
|
||||
? [
|
||||
{
|
||||
@ -261,7 +261,7 @@ export function useGetEssentialsConfiguration(): EssentialsConfigurationData {
|
||||
button: {
|
||||
type: 'openLink',
|
||||
urlLink: {
|
||||
url: `/a/${getIrmIfPresentOrIncidentPluginId()}/integrations/grate.slack`,
|
||||
url: `/a/${getIrmIfPresentOrIncidentPluginId()}/integrations/apps/grate.irm.slack`,
|
||||
},
|
||||
label: 'Connect',
|
||||
urlLinkOnDone: {
|
||||
|
Loading…
Reference in New Issue
Block a user