aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-06 17:38:25 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-06 17:38:25 +0200
commit240bf86005e467315a7214391ac33837720483c1 (patch)
tree7f2adf8cfb69963f9842cd3f959c913c7fca8f7c /server
parent9cab753d25bc6b5ac83902ef3afa0b52fe46c320 (diff)
downloadsonarqube-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.erb1
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>&nbsp;&nbsp;
<a href="<%= ApplicationController.root_context -%>/api/system/info" id="download-link">Download</a>
</div>
</div>