stable

Clone or download

Read-only

Extract Execution List Header as a component

Part of story #11232: have a "Launch automated tests" in TTM UI Change-Id: I8b5546da083cf9da15cdaad8fca8910321df01da

Modified Files

Name
M www/scripts/angular/po/template.pot +1 −1 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign.js +0 −2 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-controller.js +6 −55 Go to diff View file
A www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-component.js +11 −0 Go to diff View file
A www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.js +64 −0 Go to diff View file
A www/scripts/angular/src/app/execution/execution-list-header/execution-list-header.tpl.html +27 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list.tpl.html +2 −27 Go to diff View file
M www/scripts/angular/src/app/execution/execution.js +2 −2 Go to diff View file