diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-17 03:25:43 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-17 03:25:43 +0200 |
commit | 6de857a5d519d45457357ade7de85b0ed854f21c (patch) | |
tree | 335ae9bc93d4efe7759e58085949af303087f84d /src/index.html | |
parent | ebfc7ffb1bbfdd6b6c9fb2b810de02b53ae9aafe (diff) | |
download | arching-kaos-web-ui-6de857a5d519d45457357ade7de85b0ed854f21c.tar.gz arching-kaos-web-ui-6de857a5d519d45457357ade7de85b0ed854f21c.tar.bz2 arching-kaos-web-ui-6de857a5d519d45457357ade7de85b0ed854f21c.zip |
Updates and fixes and features
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"> |