From: stephenbroyer Date: Wed, 18 Sep 2013 12:44:22 +0000 (+0200) Subject: SONAR-4612 Remove prototypejs from "Configuration" administration consoles (encryptio... X-Git-Tag: 4.0~396 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58a9b1573486ef954cf754652adde28308ab5e89;p=sonarqube.git SONAR-4612 Remove prototypejs from "Configuration" administration consoles (encryption pages) --- 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 c07fd9bd74a..40ea707f7b8 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 @@ -18,12 +18,17 @@ information.

- <%= button_to_remote 'Generate secret key', - {:url => {:action => 'generate_secret'}, - :update => {:success => 'secret_content', :failure => 'secret_error'}, - :failure => "$('secret_error').show()", - :method => 'POST'}, - {:id => 'submit_generate_secret'} -%> + +