mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-29 14:55:59 +00:00
Add introducers row renderer
This commit is contained in:
parent
5155befedc
commit
5d84a25f21
@ -442,9 +442,11 @@ class RootElement(Element):
|
||||
tag.fillSlots("summary", [cs.summary, details])
|
||||
tag.fillSlots("details", "")
|
||||
|
||||
def render_introducers_row(self, ctx, cs):
|
||||
self._render_connection_status(ctx, cs)
|
||||
return ctx.tag
|
||||
@renderer
|
||||
def introducers_row(self, req, tag):
|
||||
for cs in self._get_introducers():
|
||||
self._render_connection_status(tag, cs)
|
||||
return tag
|
||||
|
||||
@renderer
|
||||
def helper_furl_prefix(self, req, tag):
|
||||
|
Loading…
x
Reference in New Issue
Block a user