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