mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ class Logs extends Component {
|
|||
data={logs}
|
||||
columns={columns}
|
||||
showPagination={false}
|
||||
defaultPageSize={1000}
|
||||
minRows={7}
|
||||
noDataText="No logs found"
|
||||
defaultSorted={[
|
||||
|
|
Loading…
Add table
Reference in a new issue