D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
plugins
/
admin
/
components
/
Badges
/
Filename :
PluginAngularBadge.tsx
back
Copy
import React from 'react'; import { Badge } from '@grafana/ui'; export function PluginAngularBadge(): React.ReactElement { return ( <Badge icon="exclamation-triangle" text="Angular" color="orange" tooltip="This plugin uses deprecated functionality, support for which is being removed." /> ); }