Przeglądaj źródła

fixed name of alert tab

Torkel Ödegaard 7 lat temu
rodzic
commit
b10f558a99

+ 2 - 2
public/app/features/dashboard/dashgrid/PanelEditor.tsx

@@ -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',
       });
     }