mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
Add notes to MapupdateStatusPage
This commit is contained in:
parent
1602c66250
commit
86871363ea
@ -869,9 +869,13 @@ class PublishStatusPage(rend.Page, RateAndTimeMixin):
|
||||
return T.li["Per-Server Response Times: ", l]
|
||||
|
||||
|
||||
# Renders "/status/mapupdate-%d"
|
||||
class MapupdateStatusPage(MultiFormatResource):
|
||||
|
||||
def __init__(self, update_status):
|
||||
"""
|
||||
:update_status servermap.UpdateStatus: server map stats provider.
|
||||
"""
|
||||
super(MapupdateStatusPage, self).__init__()
|
||||
self._update_status = update_status
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user