Commit 381a48f2 by Mitsuhiro Tanda

(cloudwatch) remove duplicative attribute

parent 1abdd170
......@@ -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