tahoe-lafs/src/allmydata/web/map-update-status.xhtml

39 lines
1.2 KiB
HTML
Raw Normal View History

<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
<head>
<title>Tahoe-LAFS - Mutable File Servermap Update Status</title>
2011-11-17 21:49:23 +00:00
<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 Servermap Update Status</h1>
<ul>
<li>Started: <span t:render="started"/></li>
<li>Finished: <span t:render="finished"/></li>
<li>Storage Index: <span t:render="si"/></li>
<li>Helper?: <span t:render="helper"/></li>
<li>Progress: <span t:render="progress"/></li>
<li>Status: <span t:render="status"/></li>
</ul>
<h2>Update Results</h2>
<ul>
<li t:render="problems" />
<li>Total: <span t:render="time_total" /></li>
<ul>
<li>Initial Queries: <span t:render="time_initial_queries" /></li>
<li t:render="privkey_from" />
<li>Cumulative Verify: <span t:render="time_cumulative_verify" /></li>
</ul>
<li t:render="server_timings" />
</ul>
<div>Return to the <a href="/">Welcome Page</a></div>
</body>
</html>