feat(panels): minor fix

This commit is contained in:
Torkel Ödegaard 2016-01-26 11:34:58 -05:00
parent 53dc21c69b
commit cc375f48c7

View File

@ -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' };
});