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}
|
data={logs}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
showPagination={false}
|
showPagination={false}
|
||||||
|
defaultPageSize={1000}
|
||||||
minRows={7}
|
minRows={7}
|
||||||
noDataText="No logs found"
|
noDataText="No logs found"
|
||||||
defaultSorted={[
|
defaultSorted={[
|
||||||
|
Loading…
Reference in New Issue
Block a user