File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8888 </ button >
8989 </ div >
9090 < ul class ="mdc-list mdc-list--dense secondary " mdc-caption >
91- < li class ="mdc-custom-list-item "> Created with
91+ < li class ="mdc-custom-list-item wrapable "> Created with Testerra ${_executionContext.runConfig.buildInformation.buildVersion}
9292 < a href ="http://docs.testerra.io/testerra/${_executionContext.runConfig.buildInformation.buildVersion}/index.html "
9393 title ="Documentation "
9494 rel ="noopener "
95- if.bind ="_router.currentInstruction.config.route != 'printable' "
96- > Testerra ${_executionContext.runConfig.buildInformation.buildVersion}</ a >
95+ > < mdc-icon style ="font-size: 18px; "> open_in_new</ mdc-icon > </ a >
9796 </ li >
9897 < li class ="mdc-custom-list-item " if.bind ="_executionContext.runConfig.buildInformation.buildVersion.includes('SNAPSHOT') "> ${_executionContext.runConfig.buildInformation.buildTimestamp}</ li >
9998 </ ul >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export class Timings {
5050 name : "sessions" ,
5151 title : 'Sessions' ,
5252 settings : {
53- icon : "open_in_new_down " ,
53+ icon : "devices " ,
5454 }
5555 } ,
5656 ] ) ;
You can’t perform that action at this time.
0 commit comments