foldable send/receive bytes

This commit is contained in:
Hendrik Eeckhaut
2023-10-19 22:05:16 +02:00
parent 64c55e2554
commit 154c506b96
2 changed files with 1689 additions and 1607 deletions

View File

@@ -279,18 +279,19 @@ cRzMG5kaTeHGoSzDu6cFqx3uEWYpFGo6C0EOUgf+mEgbktLrXocv5yHzKg==
<pre>{proof_verification_feedback}</pre>
</div>
</div>
<div class="p-4 w-5/6">
<b>{"Bytes send: " }</b>
<details class="p-4 w-5/6" open={true}>
<summary><b>{"Bytes send: " }</b></summary>
<div class="bg-black text-white p-4 rounded-md overflow-x-auto">
<pre>{format!("{}", bytes_send)}</pre>
</div>
</div>
<div class="p-4 w-5/6">
<b>{"Bytes received: " }</b>
</details>
<details class="p-4 w-5/6" open={true}>
<summary><b>{"Bytes received: " }</b></summary>
<div class="bg-black text-white p-4 rounded-md overflow-x-auto">
<pre>{format!("{}", bytes_received)}</pre>
</div>
</div>
</details>
</div>
};
}

File diff suppressed because it is too large Load Diff