Improved error display in histogram and table

This commit is contained in:
Rashid Khan
2013-04-05 13:01:32 -07:00
parent e9d1fc7b1a
commit 3c1f9457bd
5 changed files with 16 additions and 5 deletions
+1
View File
@@ -12,5 +12,6 @@
<div class='small' style='display:inline-block'>{{series.label}} ({{series.hits}})</div>
</span><span class="small"> per <strong>{{panel.interval}}</strong> | (<strong>{{hits}}</strong> total)</span>
</div>
<center><img ng-show='panel.loading && _.isUndefined(data)' src="common/img/load_big.gif"></center>
<div histogram params="{{panel}}" style="height:{{panel.height || row.height}};position:relative"></div>
</kibana-panel>