feat: adding background jobs, Dockerfile

This commit is contained in:
allanice001
2025-11-04 16:32:54 +00:00
parent 2170b9a945
commit 19d5cf7aab
34 changed files with 1269 additions and 148 deletions

View File

@@ -554,7 +554,10 @@ export const ServerPage = () => {
</TableCell>
<TableCell className="capitalize">
<span
className={cn(k.role === "bastion" && "rounded bg-amber-50 px-2 py-0.5")}
className={cn(
k.role === "bastion" &&
"rounded bg-amber-50 px-2 py-0.5 dark:bg-amber-900"
)}
>
{k.role}
</span>