Skip to content

Commit

Permalink
Update object_table.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen authored Feb 3, 2025
1 parent 0ec6baf commit 3ed55a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<td>{{ object.category.name }}</td>
<td>{{ object.category.synset.name }}</td>
<td>{{ object.category.synset.task_relevant }}</td>
<td>{% for ml in object.meta_links %} {{ ml }}, {% endfor %}</td>
<td>{% for ml in object.meta_links %} {{ ml.name }}, {% endfor %}</td>
<td>{{ object.roomobjects|length }}</td>
<td class="{% if object.ready %}bg-success{% else %}bg-warning|tocolor{% endif %}">{{ object.ready }}</td>
</tr>
Expand Down

0 comments on commit 3ed55a9

Please sign in to comment.