add index title

This commit is contained in:
philipcheung 2025-01-22 19:35:08 +08:00
parent ae3c2ad6ed
commit e0e2c05f7b
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,7 @@ function CoursesTable() {
<Tr>
<Th>ID</Th>
<Th>Title</Th>
<Th>Index</Th>
<Th>Short description</Th>
<Th>Actions</Th>
</Tr>
@ -100,6 +101,9 @@ function CoursesTable() {
<Td isTruncated maxWidth="50px">
{course.title}
</Td>
<Td isTruncated maxWidth="50px">
{course.index}
</Td>
<Td
isTruncated