add index title
This commit is contained in:
@@ -78,6 +78,7 @@ function CoursesTable() {
|
|||||||
<Tr>
|
<Tr>
|
||||||
<Th>ID</Th>
|
<Th>ID</Th>
|
||||||
<Th>Title</Th>
|
<Th>Title</Th>
|
||||||
|
<Th>Index</Th>
|
||||||
<Th>Short description</Th>
|
<Th>Short description</Th>
|
||||||
<Th>Actions</Th>
|
<Th>Actions</Th>
|
||||||
</Tr>
|
</Tr>
|
||||||
@@ -100,6 +101,9 @@ function CoursesTable() {
|
|||||||
<Td isTruncated maxWidth="50px">
|
<Td isTruncated maxWidth="50px">
|
||||||
{course.title}
|
{course.title}
|
||||||
</Td>
|
</Td>
|
||||||
|
<Td isTruncated maxWidth="50px">
|
||||||
|
{course.index}
|
||||||
|
</Td>
|
||||||
<Td
|
<Td
|
||||||
|
|
||||||
isTruncated
|
isTruncated
|
||||||
|
Reference in New Issue
Block a user