u
This commit is contained in:
@@ -56,7 +56,7 @@ function EndpointDashboard({ endpoint, range }) {
|
||||
<Box sx={{ mb: 8, p: 3, bgcolor: 'background.paper', borderRadius: 2, border: '1px solid', borderColor: 'divider' }}>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', mb: 3 }}>
|
||||
<Typography variant="h6" sx={{ mr: 2, fontWeight: 700 }}>
|
||||
{endpoint.id}
|
||||
{endpoint.name || endpoint.id}
|
||||
<Typography component="span" variant="caption" color="text.secondary" sx={{ ml: 1, fontWeight: 400 }}>
|
||||
({endpoint.url})
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user