[tahoe-lafs-trac-stream] [tahoe-lafs] #1973: wui: "since" and "announced" columns are confusing
tahoe-lafs
trac at tahoe-lafs.org
Mon May 20 09:40:33 UTC 2013
#1973: wui: "since" and "announced" columns are confusing
----------------------------------+----------------------------------------
Reporter: leif | Owner:
Type: defect | Status: new
Priority: normal | Milestone: soon
Component: code-frontend- | Version: 1.10.0
web | Keywords: usability wui welcome time
Resolution: |
Launchpad Bug: |
----------------------------------+----------------------------------------
Comment (by leif):
I forgot to mention: the issue with the "Since" entry for disconnected
servers displaying the time the page was rendered was actually only
happening for servers that the gateway hadn't ever connected to.
The cause is that server.get_last_loss_time() returns None, which was
being passed to time.localtime() which of course helpfully returns the
present time when it gets no argument OR if its argument is None.
My branch says N/A in this case instead.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1973#comment:6>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list