Skip to content

Commit 864a122

Browse files
committed
...
1 parent 1dd3fa1 commit 864a122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.cds

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ entity ChangeLog : managed, cuid {
3838
serviceEntity : String @title: '{i18n>ChangeLog.serviceEntity}'; // definition name of target entity (on service level) - e.g. ProcessorsService.Incidents
3939
entity : String @title: '{i18n>ChangeLog.entity}'; // definition name of target entity (on db level) - e.g. sap.capire.incidents.Incidents
4040
entityKey : UUID @title: '{i18n>ChangeLog.entityKey}'; // primary key of target entity, e.g. Incidents.ID
41-
createdAt : managed:createdAt;
42-
createdBy : managed:createdBy;
41+
createdAt : managed:createdAt @title: 'On';
42+
createdBy : managed:createdBy @title: 'By';
4343
changes : Composition of many Changes on changes.changeLog = $self;
4444
}
4545

@@ -92,7 +92,7 @@ annotate ChangeView with @(UI: {
9292
},
9393
LineItem : [
9494
{ Value: modification, @HTML5.CssDefaults: {width:'9em'} },
95-
{ Value: createdAt, @HTML5.CssDefaults: {width:'11em'} },
95+
{ Value: createdAt, @HTML5.CssDefaults: {width:'12em'} },
9696
{ Value: createdBy, @HTML5.CssDefaults: {width:'9em'} },
9797
{ Value: objectID, @HTML5.CssDefaults: {width:'14em'} },
9898
{ Value: parentObjectID, @HTML5.CssDefaults: {width:'14em'} },

0 commit comments

Comments
 (0)