mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
text panel: make scrollable
This commit is contained in:
parent
4b88cc0226
commit
126f3703dc
@ -19,6 +19,7 @@ export class TextPanelCtrl extends PanelCtrl {
|
||||
super($scope, $injector);
|
||||
|
||||
_.defaults(this.panel, this.panelDefaults);
|
||||
this.scrollable = true;
|
||||
|
||||
this.events.on('init-edit-mode', this.onInitEditMode.bind(this));
|
||||
this.events.on('refresh', this.onRefresh.bind(this));
|
||||
|
Loading…
Reference in New Issue
Block a user