Update index.html
remove server colums, and added link to server information in docs page.
This commit is contained in:
18
index.html
18
index.html
@@ -604,21 +604,9 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 style="font-size:17px;margin:30px 0 4px">The "Server" column</h3>
|
||||
<p class="sub" style="margin-bottom:14px">The will-transaction list shows a dedicated Server column, so you always know whether each inheritance transaction is actually stored on the Will-Executor servers — independently of the row colour. You can use the right mouse button to check the pre-signed transaction in the Electrum wallet.</p>
|
||||
<div class="table-card">
|
||||
<div class="table-scroll">
|
||||
<table>
|
||||
<thead><tr><th>Label</th><th>Meaning</th></tr></thead>
|
||||
<tbody>
|
||||
<tr><td class="label">Confirmed on server</td><td class="mean">The Will-Executor confirmed it stored the transaction.</td></tr>
|
||||
<tr><td class="label">Sent (not checked)</td><td class="mean">Pushed to the Will-Executor, not yet re-checked.</td></tr>
|
||||
<tr><td class="label">Send failed / Not on server</td><td class="mean">The push failed, or the server no longer has it.</td></tr>
|
||||
<tr><td class="label">Signed (not sent)</td><td class="mean">Signed locally, not sent to any Will-Executor.</td></tr>
|
||||
<tr><td class="label">Not sent</td><td class="mean">Not signed or sent yet.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="callout" style="margin-top:22px">
|
||||
<span class="k">🖥️</span>
|
||||
<p>The will-transaction list also shows a dedicated <strong>Server</strong> column, so you always know whether each inheritance transaction is actually stored on the Will-Executor servers — independently of the row colour. See the full reference (labels, statuses, and available actions) in the <a href="https://bitcoin-after.life/docs/user-guide/will-tab.html">WILL tab guide →</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user