mirror of https://git.48k.eu/ogcp
Set tiptorrent as unique restore image method
Soleta Networks only offers support of tiptorrent for restore image transferences.multi-ogserver
parent
76d500fe2e
commit
c493d24349
|
@ -80,8 +80,7 @@ class ImageRestoreForm(FlaskForm):
|
|||
partition = SelectField(label=_('Partition'), choices=[])
|
||||
image = SelectField(label=_('Image'), choices=[])
|
||||
method = SelectField(label=_('Method'),
|
||||
choices=[('UNICAST-CACHE', 'Unicast Cache'),
|
||||
('UNICAST-DIRECT', 'Unicast Direct')])
|
||||
choices=[('TIPTORRENT', 'TIPTORRENT')])
|
||||
restore = SubmitField(label=_('Restore'))
|
||||
|
||||
class ClientDetailsForm(FlaskForm):
|
||||
|
|
Loading…
Reference in New Issue