mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(panels): minor fix
This commit is contained in:
parent
53dc21c69b
commit
cc375f48c7
@ -19,9 +19,11 @@ export class TextPanelCtrl extends PanelCtrl {
|
||||
|
||||
_.defaults(this.panel, panelDefaults);
|
||||
this.render();
|
||||
|
||||
}
|
||||
|
||||
initEditorTabs() {
|
||||
this.icon = 'fa fa-text-width';
|
||||
this.addEditorTab('Options', () => {
|
||||
return { templateUrl: 'public/app/plugins/panel/text/editor.html' };
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user