Skip to content

Commit

Permalink
UI: Rename and right align the age column (#1989)
Browse files Browse the repository at this point in the history
* Rename the Age header to Created at and right align it.

Signed-off-by: Elena Zioga <[email protected]>

Signed-off-by: Elena Zioga <[email protected]>
  • Loading branch information
elenzio9 authored Nov 7, 2022
1 parent 54b020b commit c25518a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ export const experimentsTableConfig: TableConfig = {
}),
},
{
matHeaderCellDef: 'Age',
matHeaderCellDef: 'Created at',
matColumnDef: 'age',
textAlignment: 'right',
value: new DateTimeValue({
field: 'startTime',
}),
Expand Down

0 comments on commit c25518a

Please sign in to comment.