-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
252 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
<html> | ||
<head> | ||
<title>Curio PoRep Pipeline</title> | ||
<script src="https://unpkg.com/[email protected]" integrity="sha384-xcuj3WpfgjlKF+FXhSQFQ0ZNr39ln+hwjN3npfM9VBnUskLolQAcN80McRIVOPuO" crossorigin="anonymous"></script> | ||
<script type="module" src="/ux/curio-ux.mjs"></script> | ||
<script type="module" src="/ux/components/Drawer.mjs"></script> | ||
<script type="module" src="/chain-connectivity.mjs"></script> | ||
<script type="module" src="pipeline-porep-sectors.mjs"></script> | ||
<script type="module" src="restart-all-button.mjs"></script> | ||
<link rel="stylesheet" href="/ux/main.css"> | ||
</head> | ||
<body style="visibility: hidden"> | ||
<curio-ux> | ||
<div class="page"> | ||
<div class="app-head"> | ||
<div class="head-left"> | ||
<h1>Curio PoRep Pipeline</h1> | ||
</div> | ||
<hr/> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<restart-all-button></restart-all-button> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Curio PoRep Pipeline</title> | ||
<script src="https://unpkg.com/[email protected]" integrity="sha384-xcuj3WpfgjlKF+FXhSQFQ0ZNr39ln+hwjN3npfM9VBnUskLolQAcN80McRIVOPuO" crossorigin="anonymous"></script> | ||
<script type="module" src="/ux/curio-ux.mjs"></script> | ||
<script type="module" src="/ux/components/Drawer.mjs"></script> | ||
<script type="module" src="/chain-connectivity.mjs"></script> | ||
<script type="module" src="pipeline-porep-sectors.mjs"></script> | ||
<script type="module" src="restart-all-button.mjs"></script> | ||
<link rel="stylesheet" href="/ux/main.css"> | ||
</head> | ||
<body style="visibility: hidden"> | ||
<curio-ux> | ||
<div class="page" style="margin-left: 20px; margin-right: 10px"> | ||
<div class="app-head"> | ||
<div class="head-left"> | ||
<h1>Curio PoRep Pipeline</h1> | ||
</div> | ||
<hr/> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<restart-all-button></restart-all-button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<h2>Sectors</h2> | ||
<pipeline-porep-sectors></pipeline-porep-sectors> | ||
</div> | ||
</div> | ||
<div class="row-md-auto"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<h2>Sectors</h2> | ||
<pipeline-porep-sectors></pipeline-porep-sectors> | ||
</div> | ||
</div> | ||
<div class="row-md-auto"></div> | ||
</div> | ||
</div> | ||
</curio-ux> | ||
</body> | ||
</curio-ux> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<title>Upgrade Pipeline</title> | ||
<script type="module" src="/ux/curio-ux.mjs"></script> | ||
<script type="module" src="/ux/components/Drawer.mjs"></script> | ||
<script type="module" src="upgrade-sectors.mjs"></script> | ||
<script type="module" src="restart-all-snap-button.mjs"></script> | ||
</head> | ||
|
||
<head> | ||
<title>Upgrade Pipeline</title> | ||
<script type="module" src="/ux/curio-ux.mjs"></script> | ||
<script type="module" src="/ux/components/Drawer.mjs"></script> | ||
<script type="module" src="upgrade-sectors.mjs"></script> | ||
<script type="module" src="restart-all-snap-button.mjs"></script> | ||
</head> | ||
|
||
<body style="visibility:hidden" data-bs-theme="dark"> | ||
<curio-ux> | ||
<section class="section"> | ||
<div class="app-head"> | ||
<div class="head-left"> | ||
<h1>Upgrading Sectors</h1> | ||
</div> | ||
<hr /> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<restart-all-snap-button></restart-all-snap-button> | ||
</div> | ||
<body style="visibility:hidden" data-bs-theme="dark"> | ||
<curio-ux> | ||
<div class="page" style="margin-left: 20px; margin-right: 10px"> | ||
<section class="section"> | ||
<div class="app-head"> | ||
<div class="head-left"> | ||
<h1>Upgrading Sectors</h1> | ||
</div> | ||
<hr /> | ||
</div> | ||
<div class="row"> | ||
<div class="row-md-auto" style="width: 50%"> | ||
<div class="info-block"> | ||
<restart-all-snap-button></restart-all-snap-button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-auto" style="max-width: 95%"> | ||
<upgrade-sectors></upgrade-sectors> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-auto" style="max-width: 95%"> | ||
<upgrade-sectors></upgrade-sectors> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</curio-ux> | ||
</body> | ||
</curio-ux> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters