stable
Clone or download
Read-only
task #12156: Insert breadcrumb
Change-Id: Ie4b73edb2ec21fc6a4ee629a839a49016376d355
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −2 | Go to diff View file |
A | include/Testing/Service.class.php | +42 | −0 | Go to diff View file |
M | include/autoload.php | +3 | −2 | Go to diff View file |
M | include/testingPlugin.class.php | +15 | −3 | Go to diff View file |
M | templates/index.mustache | +3 | −1 | Go to diff View file |
M | www/scripts/angular/bower.json | +3 | −1 | Go to diff View file |
M | www/scripts/angular/build.config.js | +3 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/app-config.js | +5 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/app.js | +3 | −1 | Go to diff View file |
A | www/scripts/angular/src/app/breadcrumb.tpl.html | +10 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-config.js | +13 | −8 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-list.tpl.html | +2 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign.js | +1 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-config.js | +7 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +1 | −0 | Go to diff View file |
A | www/scripts/move-breadcrumb.js | +37 | −0 | Go to diff View file |
M | www/themes/FlamingParrot/css/style.less | +2 | −0 | Go to diff View file |
D | www/themes/default/css/style.css | +0 | −0 | Go to diff View file |
A | www/themes/default/css/style.less | +3 | −0 | Go to diff View file |