diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-09-20 08:01:12 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-09-20 08:01:12 +0200 |
commit | 8e598a0bc6558e6bd67bbb649a164ad235f6af66 (patch) | |
tree | 7c7f09b31a06906c191d8e0d7fc9712a949d39e8 /sonar-server | |
parent | 0969171e8fffb08af06a32a1226d3eff02d336db (diff) | |
download | sonarqube-8e598a0bc6558e6bd67bbb649a164ad235f6af66.tar.gz sonarqube-8e598a0bc6558e6bd67bbb649a164ad235f6af66.zip |
SONAR-4660 Remove useless "Encryption" header as this page is now in it's own subcategory
Diffstat (limited to 'sonar-server')
2 files changed, 0 insertions, 10 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb index 40ea707f7b8..26856e4bbc4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb @@ -5,11 +5,6 @@ </style> <table class="data marginbottom10"> - <thead> - <tr> - <th>Encryption</th> - </tr> - </thead> <tbody> <tr class="even"> <td style="padding: 10px"> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb index e3182f487d2..137ed5df7c1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb @@ -5,11 +5,6 @@ </style> <table class="data marginbottom10"> - <thead> - <tr> - <th>Encryption</th> - </tr> - </thead> <tbody> <tr class="even"> <td style="padding: 10px"> |