mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
progress on scrollable panels work
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user