- client: fix api client export
This commit is contained in:
committed by
Simon Zolin
parent
0e6c795c5b
commit
8c89973365
@@ -371,7 +371,7 @@ class Logs extends Component {
|
||||
<Loading />
|
||||
)}
|
||||
{enabled && isDataReady && this.renderLogs(queryLogs.logs)}
|
||||
{!enabled && isDataReady && (
|
||||
{!enabled && !processingGetConfig && (
|
||||
<div className="lead text-center py-6">
|
||||
<Trans components={[<Link to="/settings#logs-config" key="0">link</Link>]}>
|
||||
query_log_disabled
|
||||
|
||||
Reference in New Issue
Block a user