Set tiptorrent as unique restore image method

Soleta Networks only offers support of tiptorrent for restore image
transferences.
multi-ogserver
Javier Sánchez Parra 2021-10-18 16:51:12 +02:00
parent 76d500fe2e
commit c493d24349
1 changed files with 1 additions and 2 deletions

View File

@ -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):