فهرست منبع

fix(): fix failing build and removed panel icon from edit mode tabs

Torkel Ödegaard 10 سال پیش
والد
کامیت
97c27668bc
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      public/app/features/panel/panel_directive.ts
  2. 0 1
      public/app/features/templating/templateValuesSrv.js

+ 0 - 1
public/app/features/panel/panel_directive.ts

@@ -31,7 +31,6 @@ var panelTemplate = `
     <div class="tabbed-view tabbed-view--panel-edit">
       <div class="tabbed-view-header">
         <h2 class="tabbed-view-title">
-          <i ng-class="ctrl.icon"></i>
           {{ctrl.pluginName}}
         </h2>
 

+ 0 - 1
public/app/features/templating/templateValuesSrv.js

@@ -45,7 +45,6 @@ function (angular, _, kbn) {
     };
 
     this.setVariableFromUrl = function(variable, urlValue) {
-      debugger;
       var option = _.findWhere(variable.options, { text: urlValue });
       option = option || { text: urlValue, value: urlValue };