tablepanel: minor update to table panel, #8052

This commit is contained in:
Torkel Ödegaard
2017-08-08 11:08:51 +02:00
parent a5bdfec0de
commit f979e95820
-1
View File
@@ -234,7 +234,6 @@ class TablePanelCtrl extends MetricsPanelCtrl {
};
ctrl.variableSrv.setAdhocFilter(options);
console.log('clicked', options);
}
elem.on('click', '.table-panel-page-link', switchPage);