Skip to content

Commit be437fd

Browse files
committed
Fix(viewer): Remove model names in table
1 parent f2913e1 commit be437fd

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

codeclash/viewer/templates/includes/overview.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,6 @@ <h2>📊 Overview</h2>
5454
<td><span class="no-result">-</span></td>
5555
{% endfor %}
5656
{% endif %}
57-
<td>
58-
{% if metadata.agent_info %}
59-
<div class="models-cell">
60-
{% for agent in metadata.agent_info %}
61-
{% if agent.model_name %}
62-
<span class="model-tag">{{ agent.model_name }}</span>
63-
{% endif %}
64-
{% endfor %}
65-
</div>
66-
{% else %}
67-
<span class="no-result">-</span>
68-
{% endif %}
69-
</td>
7057
<td>
7158
<button class="nav-to-round-btn" data-round="{{ round_data.round_num }}" title="Jump to Round {{ round_data.round_num }} details">
7259
<span class="nav-arrow"></span>

0 commit comments

Comments
 (0)