summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/properties
diff options
context:
space:
mode:
authorralph isenmann2021-06-22 17:32:59 +0200
committerralph isenmann2021-06-22 17:32:59 +0200
commit190d68aa75dde0b6c5535ddfbfb0b257ec9b210c (patch)
treeea73b920a857670f7d1e2f447718296934a09d4a /dozentenmodul/src/main/properties
parent[client] Allow user to define a container run command in the lecture details ... (diff)
downloadtutor-module-190d68aa.tar.gz
tutor-module-190d68aa.tar.xz
tutor-module-190d68aa.zip
[client] Set Container Image Type during creation, set text labes
Diffstat (limited to 'dozentenmodul/src/main/properties')
-rw-r--r--dozentenmodul/src/main/properties/i18n/panel.properties4
-rw-r--r--dozentenmodul/src/main/properties/i18n/panel_de_DE.properties1
2 files changed, 5 insertions, 0 deletions
diff --git a/dozentenmodul/src/main/properties/i18n/panel.properties b/dozentenmodul/src/main/properties/i18n/panel.properties
index a8db9131..f78c5f36 100644
--- a/dozentenmodul/src/main/properties/i18n/panel.properties
+++ b/dozentenmodul/src/main/properties/i18n/panel.properties
@@ -5,6 +5,10 @@ ContainerPanel.Label.ImageName.text=Image Name
ContainerPanel.Constraint.NoEmptyDockerfile.text=Empty Dockerfile not allowed!
+ContainerPanel.ContainerRunCommand.label="Container Run Command"
+
# UNUSED
ImageDetails.Constraint.NoEmptyName.text=Empty Name not allowed!
ImageDetails.Constraint.NoEmptyRunOptions.text=No Container Run Options provided!
+
+
diff --git a/dozentenmodul/src/main/properties/i18n/panel_de_DE.properties b/dozentenmodul/src/main/properties/i18n/panel_de_DE.properties
index 832480bb..440978dd 100644
--- a/dozentenmodul/src/main/properties/i18n/panel_de_DE.properties
+++ b/dozentenmodul/src/main/properties/i18n/panel_de_DE.properties
@@ -8,3 +8,4 @@ ContainerPanel.Constraint.NoEmptyDockerfile.text=Es muss ein Dockerfile angegebe
# UNUSED
ImageDetails.Constraint.NoEmptyName.text=Es muss ein Name angegeben werden!
ImageDetails.Constraint.NoEmptyRunOptions.text=Keine Container Start Optionen angegeben!
+ContainerPanel.ContainerRunCommand.label="Container Run Befehl"