mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-07 05:19:15 +00:00
Update HarPage.tsx
This commit is contained in:
parent
1f09a140a4
commit
1d6f59df99
@ -172,7 +172,7 @@ export const HarPage: React.FC = () => {
|
||||
{selectedHarEntry && <HAREntryDetailed harEntry={selectedHarEntry} classes={{root: classes.harViewer}}/>}
|
||||
</div>
|
||||
</div>}
|
||||
{apiStatus && <StatusBar tappingStatus={apiStatus}/>}
|
||||
{apiStatus?.pods != null && <StatusBar tappingStatus={apiStatus}/>}
|
||||
</div>
|
||||
)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user