ソースを参照

feat(panels): minor fix

Torkel Ödegaard 10 年 前
コミット
cc375f48c7
1 ファイル変更2 行追加0 行削除
  1. 2 0
      public/app/plugins/panel/text/module.ts

+ 2 - 0
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' };
     });