|
@@ -19,9 +19,11 @@ export class TextPanelCtrl extends PanelCtrl {
|
|
|
|
|
|
|
|
_.defaults(this.panel, panelDefaults);
|
|
_.defaults(this.panel, panelDefaults);
|
|
|
this.render();
|
|
this.render();
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
initEditorTabs() {
|
|
initEditorTabs() {
|
|
|
|
|
+ this.icon = 'fa fa-text-width';
|
|
|
this.addEditorTab('Options', () => {
|
|
this.addEditorTab('Options', () => {
|
|
|
return { templateUrl: 'public/app/plugins/panel/text/editor.html' };
|
|
return { templateUrl: 'public/app/plugins/panel/text/editor.html' };
|
|
|
});
|
|
});
|