Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
testcenter-frontend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
discontinued
testcenter-frontend
Commits
f8ab53e1
Commit
f8ab53e1
authored
4 years ago
by
paf
Browse files
Options
Downloads
Patches
Plain Diff
improve stat view
parent
fb6a06e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/workspace-admin/files/files.component.html
+4
-3
4 additions, 3 deletions
src/app/workspace-admin/files/files.component.html
with
4 additions
and
3 deletions
src/app/workspace-admin/files/files.component.html
+
4
−
3
View file @
f8ab53e1
...
@@ -94,14 +94,15 @@
...
@@ -94,14 +94,15 @@
</iqb-files-upload-queue>
</iqb-files-upload-queue>
<ng-container
*ngFor=
"let stat of fileStats.types | keyvalue"
>
<ng-container
*ngFor=
"let stat of fileStats.types | keyvalue"
>
<alert
level=
"info"
text=
"{{stat.value.invalid}} valide Datei{{stat.value.invalid == 1 ? '' : 'en'}} vom Typ
<alert
level=
"info"
text=
"{{stat.value.total - stat.value.invalid}} valide
{{stat.key}} {{(stat.value.total > stat.value.invalid) ? '(von insgesamt ' + stat.value.total + ')' : ''}}"
>
`{{stat.key}}`-Datei{{stat.value.invalid == 1 ? '' : 'en'}}
{{(stat.value.total > stat.value.invalid) ? '(von ' + stat.value.total + ')' : ''}}"
>
</alert>
</alert>
</ng-container>
</ng-container>
<alert
level=
"info"
text=
"{{fileStats.testtakers}} Testteilnehmer definiert."
></alert>
<alert
level=
"info"
text=
"{{fileStats.testtakers}} Testteilnehmer definiert."
></alert>
<alert
*ngIf=
"fileStats.invalid"
level=
"error"
text=
"{{fileStats.invalid}} Datei{{fileStats.invalid == 1 ? '' : 'en'}}
<alert
*ngIf=
"fileStats.invalid"
level=
"error"
text=
"
`
{{fileStats.invalid}}
`
Datei{{fileStats.invalid == 1 ? '' : 'en'}}
von {{fileStats.total}} sind nicht valide oder haben fehlende Abhängigkeiten und werden ignoriert!"
>
von {{fileStats.total}} sind nicht valide oder haben fehlende Abhängigkeiten und werden ignoriert!"
>
</alert>
</alert>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment