diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-04 18:32:42 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-04 18:32:58 +0200 |
commit | fed64a092206daebe4dd841fd89fced76163353f (patch) | |
tree | 8e1df3395252e7dfc8c8725e10b69f0ee276a7f6 | |
parent | a67ba825f400950464e1f7bf6567dba617769182 (diff) | |
download | sonarqube-fed64a092206daebe4dd841fd89fced76163353f.tar.gz sonarqube-fed64a092206daebe4dd841fd89fced76163353f.zip |
Add HTML id for selenium tests to /roles/projects
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb index 0da89fb8185..18b2bc90c3f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb @@ -65,7 +65,7 @@ <div class="<%= @qualifiers.size>1 ? 'tabs-panel' : '' -%>"> - <table class="data width100 "> + <table class="data width100" id="projects"> <thead> <tr> <th> |