mirror of
https://github.com/AJMicke/KickerELO.git
synced 2026-03-11 13:31:02 +01:00
Fix small Resultlist in 1 vs 1
This commit is contained in:
@@ -22,6 +22,7 @@ import java.util.List;
|
|||||||
public class History1vs1View extends VerticalLayout {
|
public class History1vs1View extends VerticalLayout {
|
||||||
List<Ergebnis1vs1> res;
|
List<Ergebnis1vs1> res;
|
||||||
public History1vs1View(Ergebnis1vs1Repository repo) {
|
public History1vs1View(Ergebnis1vs1Repository repo) {
|
||||||
|
setSizeFull();
|
||||||
H2 subheading = new H2("Spiele 1 vs 1");
|
H2 subheading = new H2("Spiele 1 vs 1");
|
||||||
res = repo.findAll();
|
res = repo.findAll();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user