Skip to content

Commit

Permalink
fix(alertlist): set correct type (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored May 25, 2024
1 parent feb3e1c commit 18eb4e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/API/panel/alertList/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ PARAMETERS:

* **title** (`string`)

Creates a new alertList panel with a title.
Creates a new alertlist panel with a title.
### obj libraryPanel


Expand Down
2 changes: 1 addition & 1 deletion gen/grafonnet-v11.0.0/docs/panel/alertList/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/grafonnet-v11.0.0/panel/alertList.libsonnet

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generator/patches/schemas.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ local utils = import '../utils.libsonnet';
{
info: {
title: title,
'x-schema-identifier': 'alertList',
'x-schema-identifier': 'alertlist',
'x-schema-kind': 'composable',
'x-schema-variant': 'panelcfg',
},
Expand Down

0 comments on commit 18eb4e5

Please sign in to comment.