progress on scrollable panels work

This commit is contained in:
Torkel Ödegaard
2017-11-21 14:30:33 +01:00
parent 741e5a38bd
commit 830c307bba
12 changed files with 46 additions and 53 deletions

View File

@@ -6,6 +6,7 @@ import {impressions} from 'app/features/dashboard/impression_store';
class DashListCtrl extends PanelCtrl {
static templateUrl = 'module.html';
static scrollable = true;
groups: any[];
modes: any[];
@@ -25,7 +26,6 @@ class DashListCtrl extends PanelCtrl {
constructor($scope, $injector, private backendSrv, private dashboardSrv) {
super($scope, $injector);
_.defaults(this.panel, this.panelDefaults);
this.scrollable = true;
if (this.panel.tag) {
this.panel.tags = [this.panel.tag];