Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<section class="testrun-logo"></section>
<section class="content-container">
<section class="consent-main-content">
<h2>Welcome to Testrun!</h2>
<h2 tabindex="-1">Welcome to Testrun!</h2>
<p>
The application is ready to run the testing process for your devices. Here
is a list of links you could find valuable:
Expand Down
3 changes: 2 additions & 1 deletion modules/ui/src/app/components/version/version.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ export class VersionComponent implements OnInit, OnDestroy {
const dialogRef = this.dialog.open(ConsentDialogComponent, {
ariaLabel: 'Welcome to Testrun modal window',
data: dialogData,
autoFocus: true,
autoFocus: 'first-heading',
hasBackdrop: true,
disableClose: true,
panelClass: 'consent-dialog',
ariaModal: true,
});

dialogRef
Expand Down
Loading