mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed name of alert tab
This commit is contained in:
@@ -82,8 +82,8 @@ export class PanelEditor extends PureComponent<PanelEditorProps> {
|
|||||||
|
|
||||||
if (config.alertingEnabled && plugin.id === 'graph') {
|
if (config.alertingEnabled && plugin.id === 'graph') {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
id: 'alerts',
|
id: 'alert',
|
||||||
text: 'Alerts',
|
text: 'Alert',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user