import React from 'react'; import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/index'; import { Button } from '@/components/ui/index'; import { RefreshCw } from 'lucide-react'; import { PoolList, OSDList, CephHealthWidget, MonitorList } from '@/components/Proxmox'; export function ProxmoxCephPage() { return (

Ceph Storage

Manage Ceph clusters and storage

Ceph Health
Pools {}} /> OSDs {}} />
Monitors {}} />
); }