forked from github-starred/komodo
place servers first on dashboard
This commit is contained in:
@@ -18,12 +18,12 @@ const MyResources = () => (
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex flex-col lg:flex-row gap-4">
|
||||
<div className="flex flex-col md:flex-row gap-4 w-full">
|
||||
<ResourceOverviewCard type="Deployment">
|
||||
<DeploymentsChart />
|
||||
</ResourceOverviewCard>
|
||||
<ResourceOverviewCard type="Server">
|
||||
<ServersChart />
|
||||
</ResourceOverviewCard>
|
||||
<ResourceOverviewCard type="Deployment">
|
||||
<DeploymentsChart />
|
||||
</ResourceOverviewCard>
|
||||
</div>
|
||||
<div className="w-full lg:max-w-[50%]">
|
||||
<ResourceOverviewCard type="Build">
|
||||
|
||||
Reference in New Issue
Block a user