mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
build: fix for tslint
This commit is contained in:
@@ -73,7 +73,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
|
|||||||
var lastHasAlertRule = false;
|
var lastHasAlertRule = false;
|
||||||
var lastAlertState;
|
var lastAlertState;
|
||||||
var hasAlertRule;
|
var hasAlertRule;
|
||||||
var lastHeight = 0;
|
|
||||||
|
|
||||||
function mouseEnter() {
|
function mouseEnter() {
|
||||||
panelContainer.toggleClass('panel-hover-highlight', true);
|
panelContainer.toggleClass('panel-hover-highlight', true);
|
||||||
@@ -90,7 +89,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
|
|||||||
if (panelScrollbar) {
|
if (panelScrollbar) {
|
||||||
panelScrollbar.update();
|
panelScrollbar.update();
|
||||||
}
|
}
|
||||||
lastHeight = ctrl.height;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// set initial transparency
|
// set initial transparency
|
||||||
|
|||||||
Reference in New Issue
Block a user