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 f2913e1 commit be437fdCopy full SHA for be437fd
1 file changed
codeclash/viewer/templates/includes/overview.html
@@ -54,19 +54,6 @@ <h2>📊 Overview</h2>
54
<td><span class="no-result">-</span></td>
55
{% endfor %}
56
{% 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
69
- </td>
70
<td>
71
<button class="nav-to-round-btn" data-round="{{ round_data.round_num }}" title="Jump to Round {{ round_data.round_num }} details">
72
<span class="nav-arrow">↓</span>
0 commit comments