mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-10-30 17:57:46 +00:00 
			
		
		
		
	Serial number as link to device
This commit is contained in:
		| @@ -234,6 +234,17 @@ const DeviceListDisplay = ({ devices, loading, updateDevicesPerPage, pageCount, | ||||
|             hover | ||||
|             loading={loading} | ||||
|             scopedSlots={{ | ||||
|               serialNumber: (item) => ( | ||||
|                 <td style={{ textAlign: 'center' }}> | ||||
|                   <CLink | ||||
|                       className="c-subheader-nav-link" | ||||
|                       aria-current="page" | ||||
|                       to={() => `/devices/${item.serialNumber}`} | ||||
|                     > | ||||
|                       {item.serialNumber} | ||||
|                   </CLink> | ||||
|                 </td> | ||||
|               ), | ||||
|               deviceType: (item) => ( | ||||
|                 <td style={{ textAlign: 'center' }}> | ||||
|                   <CPopover | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bourquecharles
					bourquecharles