We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e88320 commit 20e5855Copy full SHA for 20e5855
src/sentry/static/sentry/app/views/groupTags.jsx
@@ -102,7 +102,7 @@ const GroupTags = React.createClass({
102
{t('More Details')}
103
</Link>
104
</span>
105
- <h5>{tag.name} (<Count value={tag.uniqueValues} />)</h5>
+ <h5>{tag.name}</h5>
106
</div>
107
<div className="box-content with-padding">
108
<ul className="list-unstyled">
src/sentry/templates/sentry/projects/manage_tags.html
@@ -29,7 +29,6 @@ <h2>{% trans "Tags" %}</h2>
29
<tr data-tagkey="{{ tag.key }}">
30
<td>
31
<h5 style="margin-bottom: 10px;">{{ tag.get_label }} <small>({{ tag.key }})</small></h5>
32
- <small>{{ tag.values_seen|small_count }} unique value(s)</small>
33
</td>
34
35
{% comment %}
0 commit comments