diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 0c4220a..6aed26d 100644 --- a/src/index.html +++ b/src/index.html @@ -68,8 +68,15 @@ <div id="welcome-section"> <h2>Welcome</h2> <p>Welcome to Arching Kaos project.</p> + <aside> + <label>Render explicit zblock</label> + <input id="search-field" type="text" name="search" placeholder="Enter a zblock hash"/> + <button onclick="seekZblock(this.parentElement.querySelector('#search-field').value, ['search', false])">Render</button> + </aside> <button onclick="scanStellarNetworkForPeers()">Check Stellar Network</button> <button onclick="checkLocalNodeInfo()">Check local Node</button> + <button onclick="checkLocalPeers()">Check local Peers</button> + <button onclick="checkLocalSchain()">Check Local Schain</button> <div class="dialog"> <h3>Progress</h3> <progress id="total-progress"></progress> @@ -177,6 +184,9 @@ <details class="aknet-network"> <summary>Arching Kaos Experimental Instance</summary> </details> + <details class="aknet-sblocks"> + <summary>Arching Kaos SBlocks</summary> + </details> </div> </div> <div id="not-found-section"> |