fix: revert ping time UI
This commit is contained in:
parent
7f49684b67
commit
d90f2524c6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { Grid /*, Divider */ } from '@material-ui/core'
|
import { Grid /*, Divider */ } from '@material-ui/core'
|
||||||
import { makeStyles } from '@material-ui/core/styles'
|
import { makeStyles } from '@material-ui/core/styles'
|
||||||
import BigNumber from 'bignumber.js'
|
// import BigNumber from 'bignumber.js'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
|
||||||
|
|
@ -106,7 +106,7 @@ const MachineDetailsRow = ({ it: machine, onActionSuccess }) => {
|
||||||
machine={machine}
|
machine={machine}
|
||||||
onActionSuccess={onActionSuccess}></MachineActions>
|
onActionSuccess={onActionSuccess}></MachineActions>
|
||||||
</Item>
|
</Item>
|
||||||
<Item xs={2}>
|
{/* <Item xs={2}>
|
||||||
<Label>Network speed</Label>
|
<Label>Network speed</Label>
|
||||||
<span>
|
<span>
|
||||||
{machine.downloadSpeed
|
{machine.downloadSpeed
|
||||||
|
|
@ -132,7 +132,7 @@ const MachineDetailsRow = ({ it: machine, onActionSuccess }) => {
|
||||||
' %'
|
' %'
|
||||||
: 'unavailable'}
|
: 'unavailable'}
|
||||||
</span>
|
</span>
|
||||||
</Item>
|
</Item> */}
|
||||||
</Container>
|
</Container>
|
||||||
</Item>
|
</Item>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue