Commit 2e73c583 by Carl Bergquist

Merge pull request #4379 from mtanda/cloudwatch_tag_search_fix

(cloudwatch) remove duplicative attribute
parents 1abdd170 381a48f2
......@@ -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