Commit 0d7eb18d by Torkel Ödegaard

Merge branch 'master' of github.com:grafana/grafana

parents 81c11ebb 2e73c583
......@@ -222,7 +222,7 @@ function (angular, _, moment, dateMath, CloudWatchAnnotationQuery) {
.map(function(reservations) {
return _.pluck(reservations.Instances, targetAttributeName);
})
.flatten().value();
.flatten().uniq().sortBy().value();
return transformSuggestData(attributes);
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment