- client: fix table size and add pagination
This commit is contained in:
parent
7a665ff8f0
commit
4751528d69
|
@ -36,7 +36,8 @@ class Leases extends Component {
|
||||||
Cell: this.cellWrap,
|
Cell: this.cellWrap,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showPagination={false}
|
pageSize={100}
|
||||||
|
showPagination={true}
|
||||||
noDataText={t('dhcp_leases_not_found')}
|
noDataText={t('dhcp_leases_not_found')}
|
||||||
minRows={6}
|
minRows={6}
|
||||||
className="-striped -highlight card-table-overflow"
|
className="-striped -highlight card-table-overflow"
|
||||||
|
|
|
@ -82,7 +82,8 @@ class StaticLeases extends Component {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showPagination={false}
|
pageSize={100}
|
||||||
|
showPagination={true}
|
||||||
noDataText={t('dhcp_static_leases_not_found')}
|
noDataText={t('dhcp_static_leases_not_found')}
|
||||||
className="-striped -highlight card-table-overflow"
|
className="-striped -highlight card-table-overflow"
|
||||||
minRows={6}
|
minRows={6}
|
||||||
|
|
Loading…
Reference in New Issue