]> source.dussan.org Git - sonarqube.git/commitdiff
Add html class for selenium tests
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 14 Aug 2013 08:15:08 +0000 (10:15 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 14 Aug 2013 08:15:19 +0000 (10:15 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb

index 76037b191c3f87b3beda8ba0d1009718874e5ed1..07c36f1a828fae3ff577c417a3d6a709be5e9ace 100644 (file)
@@ -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 %>