coredns plugin -- Increase querylog given out to web UI from 1000 to 5000.

This commit is contained in:
Eugene Bujak 2018-10-09 22:53:19 +03:00
parent 75d74a017b
commit eb5f66ad9e
2 changed files with 4 additions and 4 deletions
client/src/components/Logs

View file

@ -255,7 +255,7 @@ class Logs extends Component {
const { queryLogEnabled } = dashboard;
return (
<Fragment>
<PageTitle title="Query Log" subtitle="Last 1000 DNS queries">
<PageTitle title="Query Log" subtitle="Last 5000 DNS queries">
<div className="page-title__actions">
{this.renderButtons(queryLogEnabled)}
</div>