]> source.dussan.org Git - sonarqube.git/commit
SONAR-3825 widget should support column sorting and pagination
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 12 Dec 2012 06:54:42 +0000 (07:54 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 12 Dec 2012 06:54:42 +0000 (07:54 +0100)
commit2de6b4a37197ab978c104a87b7a8409bf0591dbd
tree75f4bb8a58c5d188be5eef75e677862750b20080
parentce39ee5cefd82316c3941652625135659e67f764
SONAR-3825 widget should support column sorting and pagination
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measure_filter_list.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measure_filter_treemap.html.erb
sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/utils/_tfoot_ajax_pagination.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/utils/_tfoot_pagination.html.erb