Commit b10f558a by Torkel Ödegaard

fixed name of alert tab

parent 2cf246f9
...@@ -82,8 +82,8 @@ export class PanelEditor extends PureComponent<PanelEditorProps> { ...@@ -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',
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment