mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
only download jaeger trace when open detail for recent call (#287)
This commit is contained in:
@@ -76,7 +76,7 @@ export const DetailsItem = ({ call }: DetailsItemProps) => {
|
||||
<CallDetail call={transformRecentCall(call)} />
|
||||
</Tab>
|
||||
<Tab id="tracing" label="Tracing">
|
||||
<CallTracing call={call} />
|
||||
{open && <CallTracing call={call} />}
|
||||
</Tab>
|
||||
</Tabs>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user