forked from p15670423/monkey
Added a space before bracket in report
This commit is contained in:
parent
49904d0cb0
commit
c8e131d913
|
@ -722,7 +722,7 @@ class ReportPageComponent extends AuthComponent {
|
|||
generateHadoopIssue(issue) {
|
||||
return (
|
||||
<li>
|
||||
Run Hadoop in secure mode(<a href="http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SecureMode.html">
|
||||
Run Hadoop in secure mode (<a href="http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SecureMode.html">
|
||||
add Kerberos authentication</a>).
|
||||
<CollapsibleWellComponent>
|
||||
Oracle WebLogic server at <span className="label label-primary">{issue.machine}</span> (<span
|
||||
|
|
Loading…
Reference in New Issue