]> source.dussan.org Git - sonarqube.git/commitdiff
Management console of project roles : search projects by name
authorSimon Brandhof <simon.brandhof@gmail.com>
Sun, 1 Apr 2012 14:51:20 +0000 (16:51 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Sun, 1 Apr 2012 14:52:08 +0000 (16:52 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb

index 0d7cda524acb83925c1d6d2b9fe469897388153d..0b6e6e1a3fc1594fada7bbd2a3a7e9f55d6629cf 100644 (file)
   <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>