- client: fix id and method name
This commit is contained in:
committed by
Simon Zolin
parent
a753ae86cc
commit
0e6c795c5b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user