change(ui) - network replace 0b with x
This commit is contained in:
parent
2746781d9b
commit
4e96bda49b
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function renderSize(r: any) {
|
|||
if (r.responseBodySize) return formatBytes(r.responseBodySize);
|
||||
let triggerText;
|
||||
let content;
|
||||
if (r.decodedBodySize == null) {
|
||||
if (r.decodedBodySize == null || r.decodedBodySize === 0) {
|
||||
triggerText = 'x';
|
||||
content = 'Not captured';
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue