Fixed typo in elastic angular client, added dash loader panel, removed dashboards.js, replaced with default.json, added global alerts, add some display options for histogram

This commit is contained in:
Rashid Khan
2013-02-15 15:23:04 -07:00
parent d8f2d412cd
commit a956a36c96
19 changed files with 722 additions and 343 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
<kibana-panel ng-controller='histogram' style="height:{{row.height}}">
<div>
<div histogram params="{{panel}} clearfix" style="height:{{row.height}}"></div>
</div>
<div histogram params="{{panel}}" style="height:{{row.height}}"></div>
</kibana-panel>