File tree Expand file tree Collapse file tree
templates/admin/build-results Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <table class =" test -result-summary-table" data-test-results-table>
1+ <table class =" build -result-summary-table" data-test-results-table>
22 <thead >
33 <tr >
44 <th >Scenario</th >
Original file line number Diff line number Diff line change 1515@import " addons_index" ;
1616@import " addons-list" ;
1717@import " components/build-result-output" ;
18+ @import " components/build-result-summary-table" ;
1819@import " components/code-search" ;
1920@import " components/dependency-table" ;
2021@import " components/large-search" ;
Original file line number Diff line number Diff line change 1+ .build-result-summary-table {
2+ width : auto ;
3+
4+ td {
5+ padding : 0.75em ;
6+ }
7+
8+ th :first-child {
9+ width : 15em ;
10+ }
11+ th :not (:first-child ) {
12+ width : 8em ;
13+ }
14+ }
Original file line number Diff line number Diff line change 2424 </div >
2525
2626 {{ #if this.buildResult.emberTryResults }}
27+ <h2 >Results</h2 >
2728 <BuildResultSummaryTable @results ={{ this.buildResult.emberTryResults }} />
2829 {{ /if }}
2930
3031 <h2 >Output</h2 >
3132 <BuildResultOutput @buildResult ={{ this.buildResult }} />
32- </div >
33+ </div >
You can’t perform that action at this time.
0 commit comments