- client: fix id and method name

This commit is contained in:
Ildar Kamalov
2019-09-04 18:06:09 +03:00
committed by Simon Zolin
parent a753ae86cc
commit 0e6c795c5b
3 changed files with 6 additions and 6 deletions

View File

@@ -373,7 +373,7 @@ class Logs extends Component {
{enabled && isDataReady && this.renderLogs(queryLogs.logs)}
{!enabled && isDataReady && (
<div className="lead text-center py-6">
<Trans components={[<Link to="/settings#logs_config" key="0">link</Link>]}>
<Trans components={[<Link to="/settings#logs-config" key="0">link</Link>]}>
query_log_disabled
</Trans>
</div>