diff --git a/front/salix/components/log/index.html b/front/salix/components/log/index.html
index 45074bea3..79dfcef8c 100644
--- a/front/salix/components/log/index.html
+++ b/front/salix/components/log/index.html
@@ -16,7 +16,7 @@
Date
User
- Model
+ Model
Action
Name
Changes
@@ -36,10 +36,10 @@
{{::log.changedModel}}
-
+
{{::$ctrl.actionsText[log.action]}}
-
+
{{::log.changedModelValue}}
diff --git a/front/salix/components/log/style.scss b/front/salix/components/log/style.scss
index 58e4b8e3f..bc943996d 100644
--- a/front/salix/components/log/style.scss
+++ b/front/salix/components/log/style.scss
@@ -31,12 +31,18 @@ vn-log {
& > td {
padding: 2px;
- width: 33%;
}
& > td.field,
& > th.field {
+ width: 20%;
color: gray;
}
+ & > td.before,
+ & > th.before,
+ & > td.after,
+ & > th.after {
+ width: 40%;
+ }
}
}
}