mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: adding background jobs, Dockerfile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user