forked from cerc-io/snowballtools-base
Add createdBy column in deployments table (#51)
* Add and use createdBy field in deployment entity * Use updated get deployments client method in UI --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
committed by
Ashwin Phatak
co-authored by
neeraj
parent
d97794f1bf
commit
8bbe2583cb
+1
-1
@@ -102,7 +102,7 @@ const DeploymentDetailsCard = ({
|
||||
</div>
|
||||
<div className="col-span-1 flex items-center">
|
||||
<Typography color="gray" className="grow">
|
||||
{relativeTimeMs(deployment.createdAt)} ^ {deployment.author}
|
||||
{relativeTimeMs(deployment.createdAt)} ^ {deployment.createdBy.name}
|
||||
</Typography>
|
||||
<Menu placement="bottom-start">
|
||||
<MenuHandler>
|
||||
|
||||
Reference in New Issue
Block a user