Explorar o código

feat(panels): minor fix

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
cc375f48c7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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' };
     });