소스 검색

fix an integration test

tags/2.6
simonbrandhof 13 년 전
부모
커밋
790ba5c2d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb 파일 보기

@@ -47,7 +47,7 @@
<td width="1%" nowrap>Name: </td>
<td><input type="text" name="name"></input></td>
</tr>
<% importers.each do |importer| %>
<% importers.to_a.sort{|x,y| x.getName() <=> y.getName()}.each do |importer| %>
<tr>
<td width="1%" nowrap><%= importer.getName() -%>: </td>
<td>

Loading…
취소
저장