mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +00:00
49 lines
1.4 KiB
HTML
49 lines
1.4 KiB
HTML
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
|
|
|
<head>
|
|
<title>Tahoe-LAFS - Mutable File Retrieve Status</title>
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
|
<link href="/icon.png" rel="shortcut icon" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Mutable File Retrieve Status</h1>
|
|
|
|
<ul>
|
|
<li>Started: <span t:render="started"/></li>
|
|
<li>Storage Index: <span t:render="si"/></li>
|
|
<li>Helper?: <span t:render="helper"/></li>
|
|
<li>Current Size: <span t:render="current_size"/></li>
|
|
<li>Progress: <span t:render="progress"/></li>
|
|
<li>Status: <span t:render="status"/></li>
|
|
</ul>
|
|
|
|
<h2>Retrieve Results</h2>
|
|
|
|
<ul>
|
|
<li t:render="encoding" />
|
|
<li t:render="problems" />
|
|
<li>Timings:</li>
|
|
<ul>
|
|
<li>Total: <span t:render="time_total" />
|
|
(<span t:render="rate_total" />)</li>
|
|
<ul>
|
|
<li>Fetching: <span t:render="time_fetch" />
|
|
(<span t:render="rate_fetch" />)</li>
|
|
<li>Decoding: <span t:render="time_decode" />
|
|
(<span t:render="rate_decode" />)</li>
|
|
<li>Decrypting: <span t:render="time_decrypt" />
|
|
(<span t:render="rate_decrypt" />)</li>
|
|
</ul>
|
|
<li t:render="server_timings" />
|
|
</ul>
|
|
</ul>
|
|
|
|
<div>Return to the <a href="/">Welcome Page</a></div>
|
|
|
|
</body>
|
|
|
|
</html>
|