Using "sentence case" in the nav for consistency with the rest of grafana nav. (#1723)
Escalation Chains -> Escalation chains etc. --------- Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
This commit is contained in:
parent
e6f554f5aa
commit
130ec3cf0a
3 changed files with 8 additions and 10 deletions
|
|
@ -12,7 +12,6 @@
|
|||
Developer-friendly incident response with brilliant Slack integration.
|
||||
|
||||
<!-- markdownlint-disable MD013 MD033 -->
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
@ -21,7 +20,6 @@ Developer-friendly incident response with brilliant Slack integration.
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-enable MD013 MD033 -->
|
||||
|
||||
- Collect and analyze alerts from multiple monitoring systems
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const pages: { [id: string]: PageDefinition } = [
|
|||
icon: 'bell',
|
||||
id: 'alert-groups',
|
||||
hideFromBreadcrumbs: true,
|
||||
text: 'Alert Groups',
|
||||
text: 'Alert groups',
|
||||
hideTitle: true,
|
||||
path: getPath('alert-groups'),
|
||||
action: UserActions.AlertGroupsRead,
|
||||
|
|
@ -63,7 +63,7 @@ export const pages: { [id: string]: PageDefinition } = [
|
|||
{
|
||||
icon: 'list-ul',
|
||||
id: 'escalations',
|
||||
text: 'Escalation Chains',
|
||||
text: 'Escalation chains',
|
||||
hideFromBreadcrumbs: true,
|
||||
path: getPath('escalations'),
|
||||
action: UserActions.EscalationChainsRead,
|
||||
|
|
@ -92,7 +92,7 @@ export const pages: { [id: string]: PageDefinition } = [
|
|||
{
|
||||
icon: 'link',
|
||||
id: 'outgoing_webhooks',
|
||||
text: 'Outgoing Webhooks',
|
||||
text: 'Outgoing webhooks',
|
||||
path: getPath('outgoing_webhooks'),
|
||||
hideFromBreadcrumbs: true,
|
||||
action: UserActions.OutgoingWebhooksRead,
|
||||
|
|
@ -109,7 +109,7 @@ export const pages: { [id: string]: PageDefinition } = [
|
|||
{
|
||||
icon: 'link',
|
||||
id: 'outgoing_webhooks_2',
|
||||
text: 'Outgoing Webhooks 2',
|
||||
text: 'Outgoing webhooks 2',
|
||||
path: getPath('outgoing_webhooks_2'),
|
||||
hideFromBreadcrumbs: true,
|
||||
hideFromTabs: true,
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Alert Groups",
|
||||
"name": "Alert groups",
|
||||
"path": "/a/grafana-oncall-app/alert-groups",
|
||||
"role": "Viewer",
|
||||
"action": "grafana-oncall-app.alert-groups:read",
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Escalation Chains",
|
||||
"name": "Escalation chains",
|
||||
"path": "/a/grafana-oncall-app/escalations",
|
||||
"role": "Viewer",
|
||||
"action": "grafana-oncall-app.escalation-chains:read",
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
},
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Outgoing Webhooks",
|
||||
"name": "Outgoing webhooks",
|
||||
"path": "/a/grafana-oncall-app/outgoing_webhooks",
|
||||
"role": "Viewer",
|
||||
"action": "grafana-oncall-app.outgoing-webhooks:read",
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
},
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Outgoing Webhooks 2",
|
||||
"name": "Outgoing webhooks 2",
|
||||
"path": "/a/grafana-oncall-app/outgoing_webhooks_2",
|
||||
"role": "Viewer",
|
||||
"action": "grafana-oncall-app.outgoing-webhooks:read",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue