Skip to content

Commit

Permalink
feat: hide actor resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Dec 16, 2024
1 parent 4ee877a commit 3674dc3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ export function ActorRuntimeTab({
<Dl>
<Dt>Kill timeout</Dt>
<Dd>{formatDuration(lifecycle.killTimeout || 0)}</Dd>
<Dt>Resources</Dt>
<Dd>
{resources.cpu / 1000} CPU cores, {resources.memory} MB RAM
</Dd>
{data ? (
<>
<Dt id={runtime.build}>Build</Dt>
Expand Down

0 comments on commit 3674dc3

Please sign in to comment.