2020-05-05 21:38:08 +00:00
|
|
|
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
2008-04-17 02:05:41 +00:00
|
|
|
<head>
|
2010-05-29 17:25:42 +00:00
|
|
|
<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"/>
|
2011-12-17 03:32:01 +00:00
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
2008-04-17 02:05:41 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
2020-05-05 21:38:08 +00:00
|
|
|
|
2008-04-17 02:05:41 +00:00
|
|
|
<body>
|
|
|
|
|
2020-05-05 21:38:08 +00:00
|
|
|
<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>
|
2020-05-06 17:10:31 +00:00
|
|
|
<t:transparent t:render="problems" />
|
2020-05-05 21:38:08 +00:00
|
|
|
<li>Total: <span t:render="time_total" /></li>
|
|
|
|
<ul>
|
|
|
|
<li>Initial Queries: <span t:render="time_initial_queries" /></li>
|
2020-05-06 17:21:26 +00:00
|
|
|
<t:transparent t:render="privkey_from" />
|
2020-05-05 21:38:08 +00:00
|
|
|
<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>
|