On Jun 9, 2010, at 21:59, Zooko O'Whielacronx wrote: > On Tue, Jun 8, 2010 at 2:29 AM, M O Faruque Sarker <[email protected] > > wrote: >> BTW, I haven't figured out how WUI of client shows connection to >> introducer, e.g. >> Introducer: ... >> Connected to introducer?: ... >> >> Can anybody refer me to the corresponding code that control this ? >> Need to understand Twisted/nevow ? > > It is on the "welcome" page. Here is the template: > > http://tahoe-lafs.org/trac/tahoe-lafs/browser/src/allmydata/web/welcome.xhtml?rev=4358 > > And here is the code that provides the values for some of the fields > in that template such as "connected_to_introducer": > > http://tahoe-lafs.org/trac/tahoe-lafs/browser/src/allmydata/web/root.py?rev=4238#L222
If you touch that code, you might want to also look into arranging so that the error-indicating style is put on the Helper section only if there is a helper and no connection to it, rather than also when there is no helper. -- Kevin Reid <http://switchb.org/kpreid/> _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
