mirror of https://git.48k.eu/ogcp
Rename field "OS" from "Create image"
Rename "OS" to "Partition" to improve clarity. This field represent which partition is used to create the image.multi-ogserver
parent
1d133dd53f
commit
6b07e83f03
|
@ -136,7 +136,7 @@ class OgliveForm(FlaskForm):
|
|||
|
||||
class ImageCreateForm(FlaskForm):
|
||||
ip = HiddenField()
|
||||
os = SelectField(label=_l('OS'), choices=[])
|
||||
os = SelectField(label=_l('Partition'), choices=[])
|
||||
name = StringField(label=_l('Image name'),
|
||||
validators=[InputRequired()])
|
||||
description = StringField(label=_l('Description'))
|
||||
|
|
Loading…
Reference in New Issue