summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-04-01 16:51:20 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-04-01 16:52:08 +0200
commitcdbcaa97ed881a75eb92a6bbb208a827c32f0521 (patch)
tree49041900d78983c02712b04c83bde9f603b6805b
parent3fe232f417bf8f46eef517b74de596d4c9650006 (diff)
downloadsonarqube-cdbcaa97ed881a75eb92a6bbb208a827c32f0521.tar.gz
sonarqube-cdbcaa97ed881a75eb92a6bbb208a827c32f0521.zip
Management console of project roles : search projects by name
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb7
1 files changed, 6 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 0d7cda524ac..0b6e6e1a3fc 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
@@ -68,7 +68,12 @@
<table class="data width100 ">
<thead>
<tr>
- <th>Project</th>
+ <th>
+ <form action="<%= url_for :action => 'projects', :qualifier => @qualifier -%>" method="GET">
+ <input type="text" name="q" value="<%= params[:q] -%>" id="filter_text"/>
+ <input type="submit" value="Filter" id="filter_submit"/>
+ </form>
+ </th>
<th>Role: Administrators</th>
<th>Role: Users</th>
<th>Role: Code viewers</th>