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