improve info display for multipart
This commit is contained in:
parent
2c53f331bd
commit
711b18a6eb
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ gen r u c gc = do
|
||||||
, if configIA c
|
, if configIA c
|
||||||
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucketName c)
|
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucketName c)
|
||||||
else Nothing
|
else Nothing
|
||||||
, Just ("multipart", maybe "disabled" (roughSize storageUnits False) (getPartSize c))
|
, Just ("partsize", maybe "unlimited" (roughSize storageUnits False) (getPartSize c))
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue