]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/introweb.py
introweb: the Subscribed Clients list shows tubids, not serverids
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / introweb.py
index 0fc456337aef840530a50d9fd881ef2ebf200d4a..843fd0e03b3a7568ad57dbbf82a31c21c843a75b 100644 (file)
@@ -115,7 +115,7 @@ class IntroducerRoot(rend.Page):
 
     def render_subscriber_row(self, ctx, s):
         ctx.fillSlots("nickname", s.nickname)
-        ctx.fillSlots("peerid", s.tubid)
+        ctx.fillSlots("tubid", s.tubid)
         ctx.fillSlots("advertised", " ".join(s.advertised_addresses))
         ctx.fillSlots("connected", s.remote_address)
         since_s = time.strftime("%H:%M:%S %d-%b-%Y", time.localtime(s.when))