mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-24 04:55:53 +00:00
storage webstatus: insert spaces when we're configured to expire multiple sharetypes
This commit is contained in:
parent
3b65607926
commit
4f4d748fd9
@ -144,7 +144,7 @@ class StorageStatus(rend.Page):
|
||||
"will be considered expired." % date]
|
||||
if len(lc.mode) > 2:
|
||||
ctx.tag[" The following sharetypes will be expired: ",
|
||||
sorted(lc.sharetypes_to_expire), "."]
|
||||
" ".join(sorted(lc.sharetypes_to_expire)), "."]
|
||||
return ctx.tag
|
||||
|
||||
def format_recovered(self, sr, a):
|
||||
|
Loading…
x
Reference in New Issue
Block a user