FormGroup component and implements

This commit is contained in:
Peter Holmberg
2019-01-14 22:09:06 +00:00
parent 03c6cc59a7
commit ac62e4a992
9 changed files with 114 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
import React, { PureComponent } from 'react';
import { Label } from 'app/core/components/Label/Label';
import { Label } from '../../../../../packages/grafana-ui/src/components/Label/Label';
import { Select } from '@grafana/ui';
import { getBackendSrv, BackendSrv } from 'app/core/services/backend_srv';