diff --git a/scilog/src/app/overview/overview-table/overview-table.component.html b/scilog/src/app/overview/overview-table/overview-table.component.html index fbc81b05..6fbf746f 100644 --- a/scilog/src/app/overview/overview-table/overview-table.component.html +++ b/scilog/src/app/overview/overview-table/overview-table.component.html @@ -3,8 +3,8 @@ (cdkDropListDropped)="drop($event)" (matSortChange)="onSortChange()"> Title - -
+ +
{{row.name}}
@@ -12,27 +12,27 @@ Description - -
- {{row.description}} + +
+ {{row.description}}
ownerGroup - -
- {{row.ownerGroup}} + +
+ {{row.ownerGroup}}
Date - -
- {{row.createdAt | date}} + +
+ {{row.createdAt | date}}
@@ -40,8 +40,8 @@ Thumbnail -
- +
+
@@ -49,7 +49,8 @@ - + @@ -59,5 +60,5 @@ -