mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Annotations: mini fix for annotations editor and the list of annotations
This commit is contained in:
parent
9f766557f1
commit
f79588c191
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user