diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-06 17:38:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-06 17:38:25 +0200 |
commit | 240bf86005e467315a7214391ac33837720483c1 (patch) | |
tree | 7f2adf8cfb69963f9842cd3f959c913c7fca8f7c /server | |
parent | 9cab753d25bc6b5ac83902ef3afa0b52fe46c320 (diff) | |
download | sonarqube-240bf86005e467315a7214391ac33837720483c1.tar.gz sonarqube-240bf86005e467315a7214391ac33837720483c1.zip |
SONAR-6904 add link to logs in system info page
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb index d909fffc09d..51e1c98c663 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb @@ -3,6 +3,7 @@ <h1 class="page-title"><%= message('system_info.page') -%></h1> <div class="page-actions"> <div> + <a href="<%= ApplicationController.root_context -%>/api/system/logs" id="logs-link">Logs</a> <a href="<%= ApplicationController.root_context -%>/api/system/info" id="download-link">Download</a> </div> </div> |