feat: move instructions above
This commit is contained in:
@@ -110,6 +110,12 @@ const ApiKeyManager = () => {
|
|||||||
<Container sx={{ alignSelf: 'flex-start' }}>
|
<Container sx={{ alignSelf: 'flex-start' }}>
|
||||||
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px' }}>
|
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px' }}>
|
||||||
{t('apikey.title')}
|
{t('apikey.title')}
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="body2" sx={{ marginTop: '20px' }}>
|
||||||
|
View and test your API endpoints
|
||||||
|
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
||||||
|
here
|
||||||
|
</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
{apiKey ? (
|
{apiKey ? (
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||||
@@ -158,12 +164,6 @@ const ApiKeyManager = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<Typography variant="body2" sx={{ marginTop: '20px' }}>
|
|
||||||
View and test your API endpoints
|
|
||||||
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
|
||||||
here
|
|
||||||
</a>
|
|
||||||
</Typography>
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user