refactor: add experimental advice

This commit is contained in:
Mauricio Siu 2024-12-15 21:18:23 -06:00
parent dcb1ea37c3
commit 6c586f9606
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,9 @@ export const SecurityAudit = ({ serverId }: Props) => {
</CardHeader>
<CardContent className="flex flex-col gap-4">
<AlertBlock type="info" className="w-full">
Ubuntu/Debian OS support is currently supported (Experimental)
</AlertBlock>
{isLoading ? (
<div className="flex items-center justify-center text-muted-foreground py-4">
<Loader2 className="mr-2 h-4 w-4 animate-spin" />

View File

@ -27,7 +27,6 @@ import {
haveActiveServices,
removeDeploymentsByServerId,
serverAudit,
serverSecurity,
serverSetup,
serverValidate,
updateServerById,