2008-02-12 22:40:05 +00:00
|
|
|
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
|
|
|
<head>
|
2012-12-29 23:54:54 +00:00
|
|
|
<title>Tahoe-LAFS - Recent and Active Operations</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-02-12 22:40:05 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2012-12-29 23:54:54 +00:00
|
|
|
<h1>Recent and Active Operations</h1>
|
2008-02-12 22:40:05 +00:00
|
|
|
|
|
|
|
|
2008-03-04 08:07:44 +00:00
|
|
|
<h2>Active Operations:</h2>
|
2011-01-02 03:42:14 +00:00
|
|
|
<table align="left" class="table-headings-top" n:render="sequence" n:data="active_operations">
|
2008-02-12 22:40:05 +00:00
|
|
|
<tr n:pattern="header">
|
2009-05-26 23:25:45 +00:00
|
|
|
<th>Type</th>
|
|
|
|
<th>Storage Index</th>
|
|
|
|
<th>Helper?</th>
|
|
|
|
<th>Total Size</th>
|
|
|
|
<th>Progress</th>
|
|
|
|
<th>Status</th>
|
2008-02-12 22:40:05 +00:00
|
|
|
</tr>
|
2008-03-04 08:07:44 +00:00
|
|
|
<tr n:pattern="item" n:render="row">
|
|
|
|
<td><n:slot name="type"/></td>
|
2008-02-12 22:40:05 +00:00
|
|
|
<td><n:slot name="si"/></td>
|
|
|
|
<td><n:slot name="helper"/></td>
|
|
|
|
<td><n:slot name="total_size"/></td>
|
|
|
|
<td><n:slot name="progress"/></td>
|
|
|
|
<td><n:slot name="status"/></td>
|
|
|
|
</tr>
|
2008-03-04 08:07:44 +00:00
|
|
|
<tr n:pattern="empty"><td>No active operations!</td></tr>
|
2008-02-26 22:35:28 +00:00
|
|
|
</table>
|
2011-01-02 03:42:14 +00:00
|
|
|
<br clear="all" />
|
2008-02-26 22:35:28 +00:00
|
|
|
|
2008-03-04 08:07:44 +00:00
|
|
|
<h2>Recent Operations:</h2>
|
2011-01-02 03:42:14 +00:00
|
|
|
<table align="left" class="table-headings-top" n:render="sequence" n:data="recent_operations">
|
2008-02-26 22:35:28 +00:00
|
|
|
<tr n:pattern="header">
|
2009-05-26 23:25:45 +00:00
|
|
|
<th>Started</th>
|
|
|
|
<th>Type</th>
|
|
|
|
<th>Storage Index</th>
|
|
|
|
<th>Helper?</th>
|
|
|
|
<th>Total Size</th>
|
|
|
|
<th>Progress</th>
|
|
|
|
<th>Status</th>
|
2008-02-26 22:35:28 +00:00
|
|
|
</tr>
|
2008-03-04 08:07:44 +00:00
|
|
|
<tr n:pattern="item" n:render="row">
|
2008-03-05 01:50:44 +00:00
|
|
|
<td><n:slot name="started"/></td>
|
2008-03-04 08:07:44 +00:00
|
|
|
<td><n:slot name="type"/></td>
|
2008-02-26 22:35:28 +00:00
|
|
|
<td><n:slot name="si"/></td>
|
|
|
|
<td><n:slot name="helper"/></td>
|
|
|
|
<td><n:slot name="total_size"/></td>
|
|
|
|
<td><n:slot name="progress"/></td>
|
|
|
|
<td><n:slot name="status"/></td>
|
|
|
|
</tr>
|
2008-03-04 08:07:44 +00:00
|
|
|
<tr n:pattern="empty"><td>No recent operations!</td></tr>
|
2008-02-12 22:40:05 +00:00
|
|
|
</table>
|
2011-01-02 03:42:14 +00:00
|
|
|
<br clear="all" />
|
2008-02-12 22:40:05 +00:00
|
|
|
|
|
|
|
<div>Return to the <a href="/">Welcome Page</a></div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|