From ec00c3a771f29dd041e46c545b82dd156b7a0fef Mon Sep 17 00:00:00 2001 From: minottic Date: Mon, 18 Nov 2024 16:55:52 +0100 Subject: [PATCH] Emit logbook info on action --- .../overview-table.component.html | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) 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 @@ -