stable
Clone or download
Read-only
task #12154: Filter by status
Change-Id: Ic98128dd0b9c54b2ddf4b25f9ceea635ab8294b2
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/bower.json | +2 | −1 | Go to diff View file |
M | www/scripts/angular/build.config.js | +2 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +7 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.js | +48 | −9 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.spec.js | +39 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list.tpl.html | +11 | −4 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-service.js | +5 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.js | +2 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.less | +15 | −0 | Go to diff View file |
A | www/scripts/angular/src/assets/status-blocked.png | Binary file | Go to diff View file | |
A | www/scripts/angular/src/assets/status-failed.png | Binary file | Go to diff View file | |
A | www/scripts/angular/src/assets/status-notrun.png | Binary file | Go to diff View file | |
A | www/scripts/angular/src/assets/status-passed.png | Binary file | Go to diff View file |