Erweiterungen
This commit is contained in:
@@ -353,7 +353,7 @@ public class EditProfileView extends HorizontalLayout {
|
|||||||
deleteAccount.addThemeVariants(ButtonVariant.LUMO_ERROR);
|
deleteAccount.addThemeVariants(ButtonVariant.LUMO_ERROR);
|
||||||
securityTab.add(deleteAccount);
|
securityTab.add(deleteAccount);
|
||||||
|
|
||||||
tabSheet.add("Sicherheit", securityTab);
|
tabSheet.add("Konto", securityTab);
|
||||||
|
|
||||||
// Profil speichern Button (unten rechts)
|
// Profil speichern Button (unten rechts)
|
||||||
Button saveProfile = new Button("Profiländerungen speichern");
|
Button saveProfile = new Button("Profiländerungen speichern");
|
||||||
@@ -410,7 +410,7 @@ public class EditProfileView extends HorizontalLayout {
|
|||||||
refreshPdf();
|
refreshPdf();
|
||||||
} else {
|
} else {
|
||||||
if (pdfFrame != null) {
|
if (pdfFrame != null) {
|
||||||
pdfFrame.setSrc((String) null);
|
pdfFrame.setSrc("about:blank");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Sicherstellen, dass das IFrame den verfügbaren Raum nutzt
|
// Sicherstellen, dass das IFrame den verfügbaren Raum nutzt
|
||||||
|
|||||||
Reference in New Issue
Block a user