Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit f2a39ed

Browse files
committed
feat: hide actor resources
1 parent 6e04284 commit f2a39ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/hub/src/domains/project/components/actors/actor-runtime-tab.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ export function ActorRuntimeTab({
4848
<Dl>
4949
<Dt>Kill timeout</Dt>
5050
<Dd>{formatDuration(lifecycle.killTimeout || 0)}</Dd>
51-
<Dt>Resources</Dt>
52-
<Dd>
53-
{resources.cpu / 1000} CPU cores, {resources.memory} MB RAM
54-
</Dd>
5551
{data ? (
5652
<>
5753
<Dt id={runtime.build}>Build</Dt>

0 commit comments

Comments
 (0)