mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-01 02:37:45 +00:00
Made device details component longer
This commit is contained in:
@@ -93,7 +93,6 @@ const DeviceConfiguration = ({ selectedDeviceId }) => {
|
|||||||
{device.macAddress}
|
{device.macAddress}
|
||||||
</CCol>
|
</CCol>
|
||||||
</CFormGroup>
|
</CFormGroup>
|
||||||
<CCollapse show={collapse}>
|
|
||||||
<CFormGroup row>
|
<CFormGroup row>
|
||||||
<CCol md="3">
|
<CCol md="3">
|
||||||
<CLabel>Created : </CLabel>
|
<CLabel>Created : </CLabel>
|
||||||
@@ -110,6 +109,7 @@ const DeviceConfiguration = ({ selectedDeviceId }) => {
|
|||||||
{cleanTimestamp(device.lastConfigurationDownload)}
|
{cleanTimestamp(device.lastConfigurationDownload)}
|
||||||
</CCol>
|
</CCol>
|
||||||
</CFormGroup>
|
</CFormGroup>
|
||||||
|
<CCollapse show={collapse}>
|
||||||
<CFormGroup row>
|
<CFormGroup row>
|
||||||
<CCol md="3">
|
<CCol md="3">
|
||||||
<CLabel>Manufacturer :</CLabel>
|
<CLabel>Manufacturer :</CLabel>
|
||||||
|
|||||||
Reference in New Issue
Block a user