]> source.dussan.org Git - sonarqube.git/commit
SONAR-6697 update UI of the custom measures page
authorStas Vilchik <vilchiks@gmail.com>
Tue, 15 Sep 2015 08:09:05 +0000 (10:09 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 15 Sep 2015 08:09:05 +0000 (10:09 +0200)
commit818c2fdae55e2761bc1269de3bf3d07f91b3ce6f
treee44f4cd99a1408887c290d207c9855e627212606
parent6753155e4dd6d1ccb800703ded086cc601d9a405
SONAR-6697 update UI of the custom measures page
server/sonar-web/src/main/js/apps/custom-measures/app.js [deleted file]
server/sonar-web/src/main/js/apps/custom-measures/app.jsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/custom-measures/list-item-view.js
server/sonar-web/src/main/js/apps/custom-measures/list-view.js
server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-list-item.hbs
server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-list.hbs [new file with mode: 0644]
server/sonar-web/test/medium/custom-measures.spec.js