diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-16 14:22:10 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-16 14:22:10 +0000 |
commit | 24d1f256af0f8655003c84766d53bb04399d5939 (patch) | |
tree | 82e69329497cdde7b6e4276cedcc8b1d77e1ee02 /sonar-server | |
parent | b7fe47e0db3c741be9b77cab1662def56df430ab (diff) | |
download | sonarqube-24d1f256af0f8655003c84766d53bb04399d5939.tar.gz sonarqube-24d1f256af0f8655003c84766d53bb04399d5939.zip |
edit the message of backup configuration: dashboards are not backuped
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb index edb29de781b..3d666f78a65 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/backup/index.html.erb @@ -3,7 +3,7 @@ <p>This will backup configuration in a portable XML format. Click on "backup" to download this file.</p> <p>You can use this backup to duplicate configuration to another Sonar instance. This backup includes global settings, - custom metrics, dashboards personalization and quality profiles (coding rules, alerts). + custom metrics and quality profiles (coding rules, alerts). </p> <br/> <form action="<%= ApplicationController.root_context -%>/backup/export" method="post"> |