diff --git a/public/app/plugins/panel/text/module.ts b/public/app/plugins/panel/text/module.ts index cb63362ff37..351abb7be7c 100644 --- a/public/app/plugins/panel/text/module.ts +++ b/public/app/plugins/panel/text/module.ts @@ -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' }; });