mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
No commits in common. "239f44aac688149ff910b6b56ebecef1c8d234f7" and "c2579f0d981f16dd7dbae748f7f5b0579ccb6ced" have entirely different histories.
239f44aac6
...
c2579f0d98
@ -110,11 +110,11 @@ export default function ServerOverviewClient() {
|
||||
{t("p_3463-3530_Totalbandwidth")}
|
||||
</p>
|
||||
{data?.result ? (
|
||||
<section className="flex flex-col sm:flex-row pt-[4px] sm:items-center items-start gap-2">
|
||||
<p className="text-[13px] font-semibold">
|
||||
<section className="flex pt-[4px] items-center gap-2">
|
||||
<p className="text-[14px] font-semibold">
|
||||
↑{formatBytes(data?.total_out_bandwidth)}
|
||||
</p>
|
||||
<p className="text-[13px] font-semibold">
|
||||
<p className="text-[14px] font-semibold">
|
||||
↓{formatBytes(data?.total_in_bandwidth)}
|
||||
</p>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user