Skip to content

Commit d9adf0c

Browse files
Adjust manual link
1 parent fe291d7 commit d9adf0c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

report-ng/app/src/app.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,11 @@
8888
</button>
8989
</div>
9090
<ul class="mdc-list mdc-list--dense secondary" mdc-caption>
91-
<li class="mdc-custom-list-item">Created with&nbsp;
91+
<li class="mdc-custom-list-item wrapable">Created with Testerra ${_executionContext.runConfig.buildInformation.buildVersion}&nbsp;
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>

report-ng/app/src/components/timings/timings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]);

0 commit comments

Comments
 (0)