mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* welcome banner * use login background * use login background * minor margins and paddings * remove button select, remove useful links * updates * component type * readd margin for smaller screens Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
import { PanelPlugin } from '@grafana/data';
|
|
import { WelcomeBanner } from './Welcome';
|
|
|
|
export const plugin = new PanelPlugin(WelcomeBanner).setNoPadding();
|