refactor settings display
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
c4b456b9e3
commit
f165919ed4
@ -282,11 +282,12 @@ class _MountSettingsWidgetState extends State<MountSettingsWidget> {
|
||||
Icons.route,
|
||||
);
|
||||
} else if (subKey == "Protocol") {
|
||||
_addStringSetting(
|
||||
_addListSetting(
|
||||
hostConfigSettings,
|
||||
_settings?[key],
|
||||
subKey,
|
||||
subValue,
|
||||
["http", "https"],
|
||||
Icons.http,
|
||||
);
|
||||
} else if (subKey == "TimeoutMs") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user