Prometheus: Fixed error in PromLink, fixed ts issue

This commit is contained in:
Torkel Ödegaard 2020-04-20 07:35:35 +02:00
parent 67a256fcb4
commit e6c9b1305e

View File

@ -4,7 +4,6 @@ import React, { Component } from 'react';
import { PrometheusDatasource } from '../datasource';
import { PromQuery } from '../types';
import { DataQueryRequest, PanelData } from '@grafana/data';
import { Icon } from '@grafana/ui';
import { getDatasourceSrv } from 'app/features/plugins/datasource_srv';
interface Props {