fixed name of alert tab

This commit is contained in:
Torkel Ödegaard
2018-12-14 17:45:35 +01:00
parent 2cf246f946
commit b10f558a99

View File

@@ -82,8 +82,8 @@ export class PanelEditor extends PureComponent<PanelEditorProps> {
if (config.alertingEnabled && plugin.id === 'graph') {
tabs.push({
id: 'alerts',
text: 'Alerts',
id: 'alert',
text: 'Alert',
});
}