Create management portal in Flutter #39
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
This commit is contained in:
parent
c54838ad6f
commit
35a794106b
@ -111,7 +111,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
|
|||||||
'ApiPort',
|
'ApiPort',
|
||||||
value: mountTypeLower == 'sia' ? '9980' : null,
|
value: mountTypeLower == 'sia' ? '9980' : null,
|
||||||
),
|
),
|
||||||
if (mountTypeLower == 'remote')
|
if (mountTypeLower == 'remote' || mountTypeLower == 'encrypt')
|
||||||
..._createTextField('EncryptionToken', 'EncryptionToken'),
|
..._createTextField('EncryptionToken', 'EncryptionToken'),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user