diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-18 09:51:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-18 09:51:25 +0100 |
commit | fee439f6423ada2ba2d10f9078381b43f4e7e6ab (patch) | |
tree | e3c15bc89c622fcf6e1ac4e5903d3877b2224ee7 /server/sonar-web | |
parent | 6e9034843b237d891ff4099aab9437592056a9bf (diff) | |
download | sonarqube-fee439f6423ada2ba2d10f9078381b43f4e7e6ab.tar.gz sonarqube-fee439f6423ada2ba2d10f9078381b43f4e7e6ab.zip |
SONAR-8383 fix label "Web Server" of link to logs
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/main.js b/server/sonar-web/src/main/js/apps/system/main.js index 6ca2a0c7957..23c3af7e015 100644 --- a/server/sonar-web/src/main/js/apps/system/main.js +++ b/server/sonar-web/src/main/js/apps/system/main.js @@ -93,7 +93,7 @@ export default React.createClass({ </li> <li> <a href={window.baseUrl + '/api/system/logs?process=web'} id="web-logs-link"> - Web + Web Server </a> </li> </ul> |