0.7.23
This commit is contained in:
@@ -108,6 +108,64 @@
|
||||
Inspecter pool
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<hr class="my-4" />
|
||||
|
||||
<h2 class="h5 mb-3">Backfill token</h2>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="demoPipelineBackfillTokenMintInput" class="form-label">Token mint à backfill</label>
|
||||
<input
|
||||
id="demoPipelineBackfillTokenMintInput"
|
||||
type="text"
|
||||
class="form-control font-monospace"
|
||||
spellcheck="false"
|
||||
placeholder="Mint SPL à reconstruire depuis le RPC HTTP"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="demoPipelineBackfillHttpRoleInput" class="form-label">HTTP role</label>
|
||||
<input
|
||||
id="demoPipelineBackfillHttpRoleInput"
|
||||
type="text"
|
||||
class="form-control"
|
||||
spellcheck="false"
|
||||
value="history_backfill"
|
||||
placeholder="Ex: history_backfill"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="row g-2">
|
||||
<div class="col-6">
|
||||
<label for="demoPipelineBackfillMintLimitInput" class="form-label">Mint signatures</label>
|
||||
<input
|
||||
id="demoPipelineBackfillMintLimitInput"
|
||||
type="number"
|
||||
min="1"
|
||||
step="1"
|
||||
class="form-control"
|
||||
value="50"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label for="demoPipelineBackfillPoolLimitInput" class="form-label">Pool signatures</label>
|
||||
<input
|
||||
id="demoPipelineBackfillPoolLimitInput"
|
||||
type="number"
|
||||
min="1"
|
||||
step="1"
|
||||
class="form-control"
|
||||
value="50"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex flex-wrap gap-2 mt-3 mb-4">
|
||||
<button id="demoPipelineBackfillTokenButton" type="button" class="btn btn-outline-primary">
|
||||
Backfill token
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<hr class="my-4" />
|
||||
|
||||
@@ -126,6 +184,13 @@
|
||||
<textarea id="demoPipelineSummaryTextarea" class="form-control font-monospace" rows="10" readonly spellcheck="false"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4">
|
||||
<div class="card-body">
|
||||
<h2 class="h5 mb-3">Dernier backfill token</h2>
|
||||
<textarea id="demoPipelineBackfillTextarea" class="form-control font-monospace" rows="10" readonly spellcheck="false"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion" id="demoPipelineAccordion">
|
||||
<div class="accordion-item">
|
||||
|
||||
Reference in New Issue
Block a user