Removed old query inspector (that was opened by clickin error in panel title)

think the new query insector from Queries tab can replace this old one.
This commit is contained in:
Torkel Ödegaard
2019-01-23 20:25:55 +01:00
parent 9d5560afe2
commit adacdf98b7
5 changed files with 0 additions and 172 deletions

View File

@@ -192,11 +192,6 @@ module.directive('grafanaPanel', ($rootScope, $document, $timeout) => {
scope.$watchGroup(['ctrl.error', 'ctrl.panel.description'], updatePanelCornerInfo);
scope.$watchCollection('ctrl.panel.links', updatePanelCornerInfo);
cornerInfoElem.on('click', () => {
infoDrop.close();
scope.$apply(ctrl.openInspector.bind(ctrl));
});
elem.on('mouseenter', mouseEnter);
elem.on('mouseleave', mouseLeave);