feat: CycleTransferStats display by group

This commit is contained in:
hamster1963
2024-12-26 21:58:49 +08:00
parent 38c9ac3e99
commit 81b94fca0e
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ export default function Servers() {
</Popover>
</div>
{showMap === "1" && <GlobalMap now={nezhaWsData.now} serverList={nezhaWsData?.servers || []} />}
{showServices === "1" && <ServiceTracker />}
{showServices === "1" && <ServiceTracker serverList={filteredServers} />}
{inline === "1" && (
<section className="flex flex-col gap-2 overflow-x-scroll scrollbar-hidden mt-6 server-inline-list">
{filteredServers.map((serverInfo) => (