D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
alerting
/
Filename :
AlertTabIndex.tsx
back
Copy
import { config } from '@grafana/runtime'; import { AlertTab } from './AlertTab'; import { PanelAlertTabContent } from './unified/PanelAlertTabContent'; // route between unified and "old" alerting pages based on feature flag export default config.unifiedAlertingEnabled ? PanelAlertTabContent : AlertTab;