mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
UI improvements server card
This commit is contained in:
parent
113bb3bfb4
commit
1ae55da3f9
@ -85,7 +85,7 @@ export default function Dashboard() {
|
|||||||
<CardContent className="pt-2 pb-4">
|
<CardContent className="pt-2 pb-4">
|
||||||
<div className="grid grid-cols-2 gap-4">
|
<div className="grid grid-cols-2 gap-4">
|
||||||
{/* Physical Servers */}
|
{/* Physical Servers */}
|
||||||
<div className="flex items-center space-x-4 bg-background p-4 rounded-lg">
|
<div className="flex items-center space-x-4 border border-gray-background p-4 rounded-lg">
|
||||||
<div className="bg-rose-100 p-2 rounded-full">
|
<div className="bg-rose-100 p-2 rounded-full">
|
||||||
<Server className="h-6 w-6 text-rose-600" />
|
<Server className="h-6 w-6 text-rose-600" />
|
||||||
</div>
|
</div>
|
||||||
@ -96,7 +96,7 @@ export default function Dashboard() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Virtual Machines */}
|
{/* Virtual Machines */}
|
||||||
<div className="flex items-center space-x-4 bg-background p-4 rounded-lg">
|
<div className="flex items-center space-x-4 border border-gray-background p-4 rounded-lg">
|
||||||
<div className="bg-violet-100 p-2 rounded-full">
|
<div className="bg-violet-100 p-2 rounded-full">
|
||||||
<Network className="h-6 w-6 text-violet-600" />
|
<Network className="h-6 w-6 text-violet-600" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user