Merge pull request #10 in DNS/adguard-dns from feature/313 to master
* commit '76f98e2950463d4e176f9a5e2bf2c2c1c8aee51c': fix default page size in query logs
This commit is contained in:
commit
5fdaf7cb66
|
@ -103,6 +103,7 @@ class Logs extends Component {
|
|||
data={logs}
|
||||
columns={columns}
|
||||
showPagination={false}
|
||||
defaultPageSize={1000}
|
||||
minRows={7}
|
||||
noDataText="No logs found"
|
||||
defaultSorted={[
|
||||
|
|
Loading…
Reference in New Issue