summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java
diff options
context:
space:
mode:
authorralph isenmann2021-10-14 18:19:05 +0200
committerralph isenmann2021-10-15 08:53:31 +0200
commitebb258c64ce55d59142a3dd94b3e076730a8c234 (patch)
treeceedf4fd3a9120265bc9ccf625653166f81481ef /dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java
parent[client] update input methods for container images (diff)
downloadtutor-module-ebb258c64ce55d59142a3dd94b3e076730a8c234.tar.gz
tutor-module-ebb258c64ce55d59142a3dd94b3e076730a8c234.tar.xz
tutor-module-ebb258c64ce55d59142a3dd94b3e076730a8c234.zip
[client] allow users to upload new versions of container images.
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java
index 33ed8800..885e40f7 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageCreationWizard.java
@@ -108,6 +108,7 @@ public class ImageCreationWizard extends Wizard implements UiFeedback, QuitNotif
@Override public boolean wantFinish() {
+ // TODO copy/paste from ContainerUploadPage.wantNextOrFinish()
// In order for settings for a container to be recorded in the ImageMetaDataPage for the ContainerDefinition,
// the UploadInitiator was only allowed to be created here.
// TODO maybe also for VM-Images this is suitable