commit
000fe93e85
|
|
@ -1,3 +1,4 @@
|
|||
[](https://dl.circleci.com/status-badge/redirect/gh/OktopUSP/oktopus/tree/main)
|
||||
<p align="center">
|
||||
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/fc05c512-951d-448c-8c31-1e0881783460"/></p>
|
||||
<br/>
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ export const ConnectedDevices = () => {
|
|||
</Select>
|
||||
</Grid>
|
||||
{
|
||||
content[interfaceValue].map((property) => (
|
||||
<Card>
|
||||
content[interfaceValue].map((property,index) => (
|
||||
<Card key={index}>
|
||||
<CardContent>
|
||||
<Grid container justifyContent={"center"}>
|
||||
<Stack direction="row" spacing={5}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user