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

pull/4201/head
Torkel Ödegaard 9 years ago
parent d3c022f89e
commit 97c27668bc
  1. 1
      public/app/features/panel/panel_directive.ts
  2. 1
      public/app/features/templating/templateValuesSrv.js

@ -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>

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

Loading…
Cancel
Save