Skip to content

Commit 5a67734

Browse files
committed
show indicator for stdout
1 parent 003af56 commit 5a67734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/repo/pod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ function PodSummary({ id }) {
301301
X
302302
</Code>
303303
)}
304+
{pod.stdout && <Code color="blue">O</Code>}
304305
{pod.exports && Object.keys(pod.exports).length > 0 && (
305306
<Box as="span">
306307
{/* <Text as="span" mr={2}>

0 commit comments

Comments
 (0)