Annotations: mini fix for annotations editor and the list of annotations

This commit is contained in:
Torkel Ödegaard 2014-12-16 15:47:10 +01:00
parent 9f766557f1
commit f79588c191
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 1.9.1 (unreleased)
**Enhancements**
- [Issue #1028](https://github.com/grafana/grafana/issues/1028). Graph: New legend option ``hideEmtpy`` to hide series with only null values
- [Issue #1028](https://github.com/grafana/grafana/issues/1028). Graph: New legend option ``hideEmtpy`` to hide series with only null values from legend
**Fixes**
- [Issue #1199](https://github.com/grafana/grafana/issues/1199). Graph: fix for series tooltip when one series is hidden/disabled

View File

@ -16,7 +16,7 @@
<div class="dashboard-editor-body">
<div class="editor-row row" ng-if="editor.index == 0">
<div class="span6">
<div ng-if="variables.length === 0">
<div ng-if="annotations.length === 0">
<em>No annotations defined</em>
</div>
<table class="grafana-options-table">