diff --git a/src/components/dashboard/ComponentsEcosystemCard.tsx b/src/components/dashboard/ComponentsEcosystemCard.tsx index b6de3a2..381d7d2 100644 --- a/src/components/dashboard/ComponentsEcosystemCard.tsx +++ b/src/components/dashboard/ComponentsEcosystemCard.tsx @@ -47,7 +47,7 @@ export function ComponentsEcosystemCard({ : UNAVAILABLE; return ( -
+

{intl.formatMessage({ id: "dashboard.home.system.components" })}

diff --git a/src/components/dashboard/MiniCard.tsx b/src/components/dashboard/MiniCard.tsx index 0f5ea4b..8835f84 100644 --- a/src/components/dashboard/MiniCard.tsx +++ b/src/components/dashboard/MiniCard.tsx @@ -30,7 +30,7 @@ export function MiniCard({ id, status, className }: MiniCardProps) { type="button" onClick={() => navigate(viewHref(meta.view))} className={cn( - "flex w-full flex-col gap-2 rounded-lg bg-card px-4 py-3 text-left text-sm ring-1 ring-foreground/10 shadow-xs", + "flex w-full flex-col gap-2 rounded-lg bg-card px-4 py-3 text-left text-sm ring-1 ring-foreground/10 elevation-xs", "transition-colors hover:bg-muted focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring", className, )} diff --git a/src/components/dashboard/SystemStatsCard.tsx b/src/components/dashboard/SystemStatsCard.tsx index cd97101..b3b4630 100644 --- a/src/components/dashboard/SystemStatsCard.tsx +++ b/src/components/dashboard/SystemStatsCard.tsx @@ -20,7 +20,7 @@ export function SystemStatsCard({ stats, loading }: SystemStatsCardProps) { const intl = useIntl(); return ( -
+
+

{intl.formatMessage({ id: "dashboard.home.system.virtualServers" })}

diff --git a/src/components/gateways/CreateServerForm.tsx b/src/components/gateways/CreateServerForm.tsx index fbca0f6..93f5ce8 100644 --- a/src/components/gateways/CreateServerForm.tsx +++ b/src/components/gateways/CreateServerForm.tsx @@ -88,19 +88,21 @@ export function CreateServerForm({ return (
- -
-

+

{resolvedDescription}

@@ -146,7 +148,7 @@ export function CreateServerForm({ /> @@ -159,10 +161,10 @@ export function CreateServerForm({
-