Skip to content
Snippets Groups Projects
Commit 5f4138b0 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1288 add restart button, logout typo

parent bb202b53
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
<mat-menu #accountMenu="matMenu">
<button mat-menu-item (click)="logoutEmitter.emit()" data-test-id="logout-button">
<mat-icon>logout</mat-icon>
<span>Logout</span>
<span>Abmelden</span>
</button>
</mat-menu>
</div>
......
......@@ -4,7 +4,10 @@
</h2>
<mat-dialog-content>
<p data-test-id="error-message">Wir sind nicht ganz sicher, was schiefgelaufen ist. Der Fehler wurde unserem Support gemeldet. Bitte starten sie die Anwendung neu.</p>
<goofy-client-button-with-spinner icon="refresh" text="Neu starten" data-test-id="logout-button"
<a href="/" tabindex="-1" class="button">
<goofy-client-button-with-spinner icon="refresh" text="Neu starten"></goofy-client-button-with-spinner>
</a>
<goofy-client-button-with-spinner icon="logout" text="Abmelden" data-test-id="logout-button"
(clickEmitter)="authService.logOut()">
</goofy-client-button-with-spinner>
</mat-dialog-content>
......@@ -11,3 +11,7 @@ h2 {
height: 30px;
}
}
.button {
margin-right: 16px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment