Skip to content

Commit 599683a

Browse files
committed
minor adjust content
1 parent f562094 commit 599683a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

client/html/index.tmpl

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@
6262
<div id="collapseLivePeers" class="accordion-collapse collapse show" aria-labelledby="headingLivePeers" data-bs-parent="#accordionMain">
6363
<div class="card card-body">
6464
{[{ if gt .livePeersCount 0 }]}
65-
<p class="text-secondary">{[{ .livePeersCount }]} real-time live peers from our node:</p>
65+
<div>{[{ .livePeersCount }]} live peers:</div>
66+
<div class="text-secondary"><i>real-time data from our node</i></div>
6667
<pre class="border p-2"><code>{[{ .livePeers }]}</code></pre>
6768
{[{ else }]}
68-
<h3 class="text-danger">Live peers temporary not available</h3>
69+
<h3 class="text-danger">Live peers list is temporary not available</h3>
6970
{[{ end }]}
7071
</div>
7172
</div>
@@ -157,11 +158,13 @@ mv addrbook.json $HOME/{[{ .generalNodeHomeName }]}/config</code></pre>
157158
<p class="text-warning">Do not state-sync a validator node, instead state-sync a full-node and move data to validator node. Be sure backup and restore <b>`priv_validator_key.json`</b></p>
158159
<p>Our state-sync RPC server for {[{ .chainName }]} is</p>
159160
<pre class="border p-2"><code>{[{ .rpcUrl }]}</code></pre>
160-
<p>
161-
Prepare a reusable script <b>`state_sync.sh`</b> with the following code.
162-
The code will fetch important state-sync information (such as block height and trust hash)
163-
from RPC server and update your <b>`config.toml`</b> file accordingly.
164-
</p>
161+
<div>
162+
<div>Prepare a reusable script <b>`state_sync.sh`</b> with the following code.</div>
163+
<div class="text-secondary">
164+
<i>The code will fetch important state-sync information (such as block height and trust hash)
165+
from RPC server and update your <b>`config.toml`</b> file accordingly.</i>
166+
</div>
167+
</div>
165168
<pre class="border p-2"><code>#!/bin/bash
166169

167170
SNAP_RPC="{[{ .rpcUrl }]}"

0 commit comments

Comments
 (0)