Added log correlation testing
Added `testLogCorrelation`
This commit is contained in:
parent
11fd640fe5
commit
8275cca551
3 changed files with 13 additions and 2 deletions
|
|
@ -475,7 +475,7 @@ class Recording extends React.Component {
|
|||
</div>
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<button className="btn btn-default" style={{"float":"left"}} onClick={this.handleLogsClick}>{_("Logs View")}</button>
|
||||
<button id="btn-logs-view" className="btn btn-default" style={{"float":"left"}} onClick={this.handleLogsClick}>{_("Logs View")}</button>
|
||||
</div>
|
||||
</div>
|
||||
{this.state.logsEnabled === true &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue