Quellcode durchsuchen

updated changelog

Torkel Ödegaard vor 11 Jahren
Ursprung
Commit
f22fcc2e59
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/app/components/extend-jquery.js

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@
 - [Issue #525](https://github.com/grafana/grafana/issues/525). InfluxDB: Enhanced series aliasing (legend names) with pattern replacements
 - [Issue #525](https://github.com/grafana/grafana/issues/525). InfluxDB: Enhanced series aliasing (legend names) with pattern replacements
 - [Issue #581](https://github.com/grafana/grafana/issues/581). InfluxDB: Add continuous query in series results (series typeahead).
 - [Issue #581](https://github.com/grafana/grafana/issues/581). InfluxDB: Add continuous query in series results (series typeahead).
 - [Issue #584](https://github.com/grafana/grafana/issues/584). InfluxDB: Support for alias & alias patterns when using raw query mode
 - [Issue #584](https://github.com/grafana/grafana/issues/584). InfluxDB: Support for alias & alias patterns when using raw query mode
+- [Issue #394](https://github.com/grafana/grafana/issues/394). InfluxDB: Annotation support
 
 
 **Changes**
 **Changes**
 - [Issue #536](https://github.com/grafana/grafana/issues/536). Graphite: Use unix epoch for Graphite from/to for absolute time ranges
 - [Issue #536](https://github.com/grafana/grafana/issues/536). Graphite: Use unix epoch for Graphite from/to for absolute time ranges

+ 1 - 1
src/app/components/extend-jquery.js

@@ -10,7 +10,7 @@ function ($) {
   $.fn.place_tt = (function () {
   $.fn.place_tt = (function () {
     var defaults = {
     var defaults = {
       offset: 5,
       offset: 5,
-   };
+    };
 
 
     return function (x, y, opts) {
     return function (x, y, opts) {
       opts = $.extend(true, {}, defaults, opts);
       opts = $.extend(true, {}, defaults, opts);