aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-08-14 10:15:08 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-08-14 10:15:19 +0200
commit6bb071bb05dff93deeda06b6b34f7b7305f30f2e (patch)
tree7cb59329f973238d1cdaf48aa9b25a39eb71130d /sonar-server
parent838667449df60c1858efa51fd23ef768d9d00d4b (diff)
downloadsonarqube-6bb071bb05dff93deeda06b6b34f7b7305f30f2e.tar.gz
sonarqube-6bb071bb05dff93deeda06b6b34f7b7305f30f2e.zip
Add html class for selenium tests
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb
index 76037b191c3..07c36f1a828 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb
@@ -24,7 +24,7 @@
<% unless read_only %>
<%= submit_tag(message('update_verb'), :id => 'submit_' + parameter.id.to_s) %>
- <img src="<%= ApplicationController.root_context -%>/images/loading.gif" style="display:none;" id="param_loading_<%= parameter.id -%>">
+ <img src="<%= ApplicationController.root_context -%>/images/loading.gif" style="display:none;" id="param_loading_<%= parameter.id -%>" class="rule-param-loading">
<% if active_parameter and active_parameter.errors.size>0 %>
<span class="error"><%= active_parameter.errors.on 'value' %></span>
<% end %>