remove unneeded import, update docs text

This commit is contained in:
Dan Cech
2017-05-05 13:11:44 -04:00
parent 0f24b45c1a
commit e8fbfce59a
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ import {MetricsPanelCtrl} from 'app/plugins/sdk';
import {transformDataToTable} from './transformers';
import {tablePanelEditor} from './editor';
import {TableRenderer} from './renderer';
import kbn from 'app/core/utils/kbn';
class TablePanelCtrl extends MetricsPanelCtrl {
static templateUrl = 'module.html';