d7d849cf20
* feat: curioweb: Sector info page * Address review
33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<html>
|
|
<head>
|
|
<title>Lotus Provider PoRep Pipeline</title>
|
|
<script src="https://unpkg.com/htmx.org@1.9.5" integrity="sha384-xcuj3WpfgjlKF+FXhSQFQ0ZNr39ln+hwjN3npfM9VBnUskLolQAcN80McRIVOPuO" crossorigin="anonymous"></script>
|
|
<script type="module" src="chain-connectivity.js"></script>
|
|
<link rel="stylesheet" href="main.css">
|
|
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
|
</head>
|
|
<body>
|
|
<div class="app-head">
|
|
<div class="head-left">
|
|
<h1>Lotus Provider PoRep Pipeline</h1>
|
|
</div>
|
|
</div>
|
|
<hr/>
|
|
<div class="page">
|
|
<div class="info-block">
|
|
<h2>Sectors</h2>
|
|
<table class="porep-pipeline-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Sector ID</th>
|
|
<th>Create Time</th>
|
|
<th>State</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody hx-get="/hapi/pipeline-porep/sectors" hx-trigger="load,every 3s">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |