Skip to content

Commit

Permalink
SONAR-8383 fix label "Main process" of link to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Nov 18, 2016
1 parent ad6d246 commit 6e90348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sonar-web/src/main/js/apps/system/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default React.createClass({
<ul className="dropdown-menu">
<li>
<a href={window.baseUrl + '/api/system/logs?process=app'} id="logs-link">
Main
Main Process
</a>
</li>
<li>
Expand Down

0 comments on commit 6e90348

Please sign in to comment.