mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-10-31 02:07:45 +00:00 
			
		
		
		
	Made device details component longer
This commit is contained in:
		| @@ -93,8 +93,7 @@ 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> | ||||||
|                 </CCol> |                 </CCol> | ||||||
| @@ -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
	 bourquecharles
					bourquecharles