Skip to content

Commit 90c174e

Browse files
author
NarrowsProjects
committed
11
1 parent e5c5e98 commit 90c174e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/server/views/environments/summary.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ export const environmentSummary = {
2424
attributes: [
2525
'status',
2626
'id',
27+
'statusMessage',
28+
'timestamp',
29+
'timestampNano',
2730
'createdAt',
31+
'updatedAt',
2832
'environmentId',
29-
]
33+
],
3034
},
3135
],
3236
order: [

0 commit comments

Comments
 (0)