mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove server from swarms page
This commit is contained in:
@@ -15,10 +15,6 @@ const Dashboard = () => {
|
|||||||
<div className="flex flex-wrap gap-4 py-4">
|
<div className="flex flex-wrap gap-4 py-4">
|
||||||
<SwarmMonitorCard />
|
<SwarmMonitorCard />
|
||||||
</div>
|
</div>
|
||||||
<Separator className="my-8" />
|
|
||||||
<div className="flex flex-wrap gap-4 py-4">
|
|
||||||
<ServersOverview />
|
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user