Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<kibana-panel ng-controller='histogram' style="height:{{row.height}}">
|
||||
<div histogram params="{{panel}}" style="height:{{row.height}}"></div>
|
||||
<div>
|
||||
<div histogram params="{{panel}} clearfix" style="height:{{row.height}}"></div>
|
||||
</div>
|
||||
</kibana-panel>
|
||||
Reference in New Issue
Block a user