return (
<Container>
- <Typography variant="h5" className="mt-6">Available OpenVPN Clients<small>Status: <small style={{ color: serverStatus ? '#00FF00' : '#FF0000' }}>{ serverStatus ? 'Active' : 'Inactive' }</small></small></Typography>
+ <Typography variant="h5" className="mt-6">Available OpenVPN Clients<small>Status: <small style={{ float: 'right', color: serverStatus ? '#00FF00' : '#FF0000' }}>{ serverStatus ? 'Active' : 'Inactive' }</small></small></Typography>
<MaterialReactTable table={ availableTable } />
<Typography variant="h5" className="mt-6">Connected OpenVPN Clients</Typography>