diff --git a/apps/admin/app/dashboard/servers/server-form.tsx b/apps/admin/app/dashboard/servers/server-form.tsx index a3d477c..9a499f1 100644 --- a/apps/admin/app/dashboard/servers/server-form.tsx +++ b/apps/admin/app/dashboard/servers/server-form.tsx @@ -36,6 +36,7 @@ import { import { Switch } from '@workspace/ui/components/switch'; import { EnhancedInput } from '@workspace/ui/custom-components/enhanced-input'; import { Icon } from '@workspace/ui/custom-components/icon'; +import { cn } from '@workspace/ui/lib/utils'; import { useTranslations } from 'next-intl'; import { uid } from 'radash'; import { useEffect, useState } from 'react'; @@ -509,27 +510,18 @@ export default function ServerForm(props: {
-
-
+
+ {type} +
+ - -
-
-
- {type} -
- - {isEnabled ? t('enabled') : t('disabled')} - -
+ {isEnabled ? t('enabled') : t('disabled')} +
{current.transport && (