grid: minor changes

This commit is contained in:
Torkel Ödegaard
2017-10-25 12:37:34 +02:00
parent a299118c92
commit 7559982b05
8 changed files with 341 additions and 273 deletions

View File

@@ -98,7 +98,6 @@ module.directive('grafanaPanel', function($rootScope, $document) {
}
ctrl.events.on('render', () => {
console.log('panelDirective::render!');
if (lastHeight !== ctrl.containerHeight) {
panelContainer.css({minHeight: ctrl.containerHeight});
lastHeight = ctrl.containerHeight;