@@ -102,7 +102,7 @@ const GroupTags = React.createClass({
{t('More Details')}
</Link>
</span>
- <h5>{tag.name} (<Count value={tag.uniqueValues} />)</h5>
+ <h5>{tag.name}</h5>
</div>
<div className="box-content with-padding">
<ul className="list-unstyled">
@@ -29,7 +29,6 @@
<tr data-tagkey="{{ tag.key }}">
<td>
<h5 style="margin-bottom: 10px;">{{ tag.get_label }} <small>({{ tag.key }})</small></h5>
- <small>{{ tag.values_seen|small_count }} unique value(s)</small>
</td>
{% comment %}