diff --git a/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md b/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md index 77d206f8e61..700676382ab 100644 --- a/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md +++ b/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md @@ -48,7 +48,7 @@ To create recording rules, follow these steps. 1. Click **Alerts & IRM** -> **Alerting** -> **Alert rules**. -1. Click the **More** dropdown and then **New recording rule**. +1. Click **New recording rule**. 1. Set rule name. diff --git a/docs/sources/alerting/manage-notifications/view-alert-rules.md b/docs/sources/alerting/manage-notifications/view-alert-rules.md index 0306c707d91..3bc2ff79585 100644 --- a/docs/sources/alerting/manage-notifications/view-alert-rules.md +++ b/docs/sources/alerting/manage-notifications/view-alert-rules.md @@ -52,7 +52,7 @@ From the Alert list page, you can also make copies of alert rules to help you re Click the **Export rule group** icon next to each alert rule group to export to YAML, JSON, or Terraform. -Click **More** -> **Export all Grafana-managed rules** to export all Grafana-managed alert rules to YAML, JSON, or Terraform. +Click **Export rules** to export all Grafana-managed alert rules to YAML, JSON, or Terraform. Click **More** -> **Modify export** next to each individual alert rule within a group to edit provisioned alert rules and export a modified version. diff --git a/docs/sources/alerting/set-up/provision-alerting-resources/view-provisioned-resources/index.md b/docs/sources/alerting/set-up/provision-alerting-resources/view-provisioned-resources/index.md index ea434acf65c..96e8c1d4245 100644 --- a/docs/sources/alerting/set-up/provision-alerting-resources/view-provisioned-resources/index.md +++ b/docs/sources/alerting/set-up/provision-alerting-resources/view-provisioned-resources/index.md @@ -39,7 +39,7 @@ Export your alerting resources, such as alert rules, contact points, and notific To export provisioned alerting resources from the Grafana UI, complete the following steps. 1. Click **Alerts & IRM** -> **Alert rules**. -1. To export all Grafana-managed rules, click **More v** -> **Export all Grafana-managed rules**. +1. To export all Grafana-managed rules, click **Export rules**. 1. To export a folder, change the **View as** to **List**. 1. Select the folder you want to export and click the **Export rules folder** icon. 1. To export a group, change the **View as** to **Grouped**. diff --git a/public/app/features/alerting/unified/components/rules/CloudRules.tsx b/public/app/features/alerting/unified/components/rules/CloudRules.tsx index 2377846d529..6c5cfc3a355 100644 --- a/public/app/features/alerting/unified/components/rules/CloudRules.tsx +++ b/public/app/features/alerting/unified/components/rules/CloudRules.tsx @@ -56,16 +56,16 @@ export const CloudRules = ({ namespaces, expandAll }: Props) => {