mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: add experimental advice
This commit is contained in:
@@ -63,6 +63,9 @@ export const SecurityAudit = ({ serverId }: Props) => {
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
<CardContent className="flex flex-col gap-4">
|
<CardContent className="flex flex-col gap-4">
|
||||||
|
<AlertBlock type="info" className="w-full">
|
||||||
|
Ubuntu/Debian OS support is currently supported (Experimental)
|
||||||
|
</AlertBlock>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<div className="flex items-center justify-center text-muted-foreground py-4">
|
<div className="flex items-center justify-center text-muted-foreground py-4">
|
||||||
<Loader2 className="mr-2 h-4 w-4 animate-spin" />
|
<Loader2 className="mr-2 h-4 w-4 animate-spin" />
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import {
|
|||||||
haveActiveServices,
|
haveActiveServices,
|
||||||
removeDeploymentsByServerId,
|
removeDeploymentsByServerId,
|
||||||
serverAudit,
|
serverAudit,
|
||||||
serverSecurity,
|
|
||||||
serverSetup,
|
serverSetup,
|
||||||
serverValidate,
|
serverValidate,
|
||||||
updateServerById,
|
updateServerById,
|
||||||
|
|||||||
Reference in New Issue
Block a user