Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
bc33cbc7
Commit
bc33cbc7
authored
Aug 21, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alle Begriff durchgespielt Meldung anzeigen
parent
fffdf3d3
Pipeline
#425
passed with stages
in 6 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
overview.component.ts
src/app/overview/overview.component.ts
+1
-1
testdialog.html
src/app/overview/testdialog.html
+2
-2
No files found.
src/app/overview/overview.component.ts
View file @
bc33cbc7
...
...
@@ -214,7 +214,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
});
}).
catch
((
err
:
HttpErrorResponse
)
=>
{
if
(
err
.
status
===
502
)
{
console
.
log
(
'
POP UP HIER ÖFFNEN
'
);
this
.
openDialog
(
);
}
});
}
...
...
src/app/overview/testdialog.html
View file @
bc33cbc7
<h1
mat-dialog-title
>
Ihr habt alle Begriffe durchgespielt!
</h1>
<div
mat-dialog-content
>
Eröffnet einen neuen Raum
oder setzt den Fortschritt sofort hier zurück:
</div>
<div
mat-dialog-content
>
Eröffnet einen neuen Raum
, um die Begriffe wieder von vorne zu spielen!
</div>
<div
mat-dialog-actions
>
<
button
mat-raised-button
>
Zurücksetzen
</button
>
<
!--button mat-raised-button>Zurücksetzen</button--
>
<button
mat-raised-button
color=
"primary"
mat-dialog-close
>
Schließen
</button>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment