mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
Add comments to PublishStatusPage
This commit is contained in:
parent
a4bc31a137
commit
0ae045ea16
@ -759,11 +759,13 @@ class RetrieveStatusPage(rend.Page, RateAndTimeMixin):
|
||||
return T.li["Per-Server Fetch Response Times: ", l]
|
||||
|
||||
|
||||
# Renders "status/publish-%n"
|
||||
class PublishStatusPage(MultiFormatResource):
|
||||
|
||||
docFactory = getxmlfile("publish-status.xhtml")
|
||||
|
||||
def __init__(self, publish_status):
|
||||
"""
|
||||
:publish_status mutable.publish.PublishStatus: publish stats provider.
|
||||
"""
|
||||
super(PublishStatusPage, self).__init__()
|
||||
self._publish_status = publish_status
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user