mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 23:12:35 +00:00
dashboard layout (#597)
This commit is contained in:
6
resources/js/pages/servers/partials/status.tsx
Normal file
6
resources/js/pages/servers/partials/status.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
import { Server } from '@/types/server';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
|
||||
export default function ServerStatus({ server }: { server: Server }) {
|
||||
return <Badge variant={server.status_color}>{server.status}</Badge>;
|
||||
}
|
Reference in New Issue
Block a user