aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/templates/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/templates/templates.html')
-rw-r--r--dashboard/app/templates/templates.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html
index dee2d1300..d20727a73 100644
--- a/dashboard/app/templates/templates.html
+++ b/dashboard/app/templates/templates.html
@@ -689,7 +689,6 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<th><a onclick="return sortTable(this, 'Created', textSort)" href="#">Created</a></th>
<th><a onclick="return sortTable(this, 'Started', textSort)" href="#">Started</a></th>
<th><a onclick="return sortTable(this, 'Finished', textSort)" href="#">Finished</a></th>
- <th><a onclick="return sortTable(this, 'Model', textSort)" href="#">Model</a></th>
<th><a onclick="return sortTable(this, 'Revision', textSort)" href="#">Revision</a></th>
<th><a onclick="return sortTable(this, 'Error', textSort)" href="#">Error</a></th>
</tr></thead>
@@ -710,7 +709,6 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<td>{{formatTime $job.Created}}</td>
<td>{{formatTime $job.Started}}</td>
<td>{{formatTime $job.Finished}}</td>
- <td>{{$job.LLMModel}}</td>
<td class="tag">{{link $job.CodeRevisionLink $job.CodeRevision}}</td>
<td>{{$job.Error}}</td>
</tr>