Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now

This commit is contained in:
Rashid Khan
2013-02-14 08:37:03 -07:00
parent a76ceba30f
commit d8f2d412cd
11 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -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>