Continue AI features and improve protocol support
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<th>id</th>
|
||||
<th>identifier</th>
|
||||
<th>last interaction</th>
|
||||
<th>summary</th>
|
||||
<th>actions</th>
|
||||
</thead>
|
||||
{% for item in object_list %}
|
||||
@@ -29,6 +30,7 @@
|
||||
</td>
|
||||
<td>{{ item.identifier }}</td>
|
||||
<td>{{ item.last_interaction }}</td>
|
||||
<td>{{ item.summary|default:"" }}</td>
|
||||
<td>
|
||||
<div class="buttons">
|
||||
<button
|
||||
@@ -73,4 +75,4 @@
|
||||
{% endfor %}
|
||||
|
||||
</table>
|
||||
{% endcache %}
|
||||
{% endcache %}
|
||||
|
||||
Reference in New Issue
Block a user