diff --git a/modules/worker/front/log/index.html b/modules/worker/front/log/index.html index 9fb96ec10..9624d4aed 100644 --- a/modules/worker/front/log/index.html +++ b/modules/worker/front/log/index.html @@ -14,7 +14,7 @@ - Date + Date Author Model Action @@ -25,7 +25,7 @@ - + {{::log.creationDate | date:'dd/MM/yyyy HH:mm'}}
diff --git a/modules/worker/front/log/style.scss b/modules/worker/front/log/style.scss index 7bfa9c87c..0943cbc77 100644 --- a/modules/worker/front/log/style.scss +++ b/modules/worker/front/log/style.scss @@ -18,6 +18,10 @@ vn-log { max-width: 250px; } + vn-table .firstColumn { + min-width: 150px + } + @media screen and (max-width: 1570px) { vn-table .expendable { display: none;