mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): fix failing build and removed panel icon from edit mode tabs
This commit is contained in:
parent
d3c022f89e
commit
97c27668bc
@ -31,7 +31,6 @@ var panelTemplate = `
|
|||||||
<div class="tabbed-view tabbed-view--panel-edit">
|
<div class="tabbed-view tabbed-view--panel-edit">
|
||||||
<div class="tabbed-view-header">
|
<div class="tabbed-view-header">
|
||||||
<h2 class="tabbed-view-title">
|
<h2 class="tabbed-view-title">
|
||||||
<i ng-class="ctrl.icon"></i>
|
|
||||||
{{ctrl.pluginName}}
|
{{ctrl.pluginName}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ function (angular, _, kbn) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.setVariableFromUrl = function(variable, urlValue) {
|
this.setVariableFromUrl = function(variable, urlValue) {
|
||||||
debugger;
|
|
||||||
var option = _.findWhere(variable.options, { text: urlValue });
|
var option = _.findWhere(variable.options, { text: urlValue });
|
||||||
option = option || { text: urlValue, value: urlValue };
|
option = option || { text: urlValue, value: urlValue };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user