Skip to content

Commit

Permalink
fix rows
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Oct 12, 2023
1 parent 5e4f35c commit ed67807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Settings/Dhcp/Leases.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Leases extends Component {
showPageSizeOptions={false}
showPagination={leases.length > LEASES_TABLE_DEFAULT_PAGE_SIZE}
noDataText={t('dhcp_leases_not_found')}
minRows={5}
minRows={6}
className="-striped -highlight card-table-overflow"
/>
);
Expand Down

0 comments on commit ed67807

Please sign in to comment.