mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 01:42:19 +00:00
Each channel is scrollable
This commit is contained in:
@@ -22,11 +22,13 @@ const WifiChannelCard = ({ channel }) => {
|
||||
</CCardTitle>
|
||||
</CCardHeader>
|
||||
<CCardBody>
|
||||
<div className="overflow-auto" style={{ height: '250px' }}>
|
||||
<CDataTable
|
||||
items={channel.devices}
|
||||
fields={columns}
|
||||
style={{ color: 'white' }}
|
||||
/>
|
||||
</div>
|
||||
</CCardBody>
|
||||
</CCard>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user