]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/download-status.xhtml
webish download results: add servermap, decrypt time
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / download-status.xhtml
index b773fb5e56126936ce47bfb932fe48f0e962c699..d60e7efc22301b67a4c6c427c66238e044bd0788 100644 (file)
         <li>Peer Selection: <span n:render="time" n:data="time_peer_selection" /></li>
         <li>UEB Fetch: <span n:render="time" n:data="time_uri_extension" /></li>
         <li>Hashtree Fetch: <span n:render="time" n:data="time_hashtrees" /></li>
-        <li>Segment Fetch: <span n:render="time" n:data="time_fetching" />
-        (<span n:render="rate" n:data="rate_fetching" />)</li>
+        <li>Segment Fetch: <span n:render="time" n:data="time_segments" />
+        (<span n:render="rate" n:data="rate_segments" />)</li>
         <ul>
           <li>Cumulative Fetching: <span n:render="time" n:data="time_cumulative_fetch" />
           (<span n:render="rate" n:data="rate_fetch" />)</li>
-          <li>Cumulative Decoding: <span n:render="time" n:data="time_cumulative_decoding" />
+          <li>Cumulative Decoding: <span n:render="time" n:data="time_cumulative_decode" />
           (<span n:render="rate" n:data="rate_decode" />)</li>
+          <li>Cumulative Decrypting: <span n:render="time" n:data="time_cumulative_decrypt" />
+          (<span n:render="rate" n:data="rate_decrypt" />)</li>
         </ul>
       </ul>
     </ul>