This commit is contained in:
seb
2026-07-07 20:08:23 +02:00
parent 61fee8069d
commit b4fa5857ad
3 changed files with 6 additions and 5 deletions

View File

@@ -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>