aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-12-27 16:32:47 +0200
committerkaotisk <kaotisk@arching-kaos.org>2023-12-27 16:32:47 +0200
commit9498bba0d4455f3c3473f654309842e90b375637 (patch)
treefb2a94c2c2cea2f032ff1ec0e32027d952d64b40
parentd948d4f5a479edc3c08b8475048f5dd22c71db5d (diff)
downloadarching-kaos-web-ui-9498bba0d4455f3c3473f654309842e90b375637.tar.gz
arching-kaos-web-ui-9498bba0d4455f3c3473f654309842e90b375637.tar.bz2
arching-kaos-web-ui-9498bba0d4455f3c3473f654309842e90b375637.zip
Changed Loading to Progress at HomePage
-rw-r--r--src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 0dccf8b..b391bac 100644
--- a/src/index.html
+++ b/src/index.html
@@ -71,8 +71,9 @@
<button onclick="scanStellarNetworkForPeers()">Scan Stellar Network</button>
<button onclick="ringlocalbell()">Ask local API</button>
<div class="dialog">
- <p>Loading ...</p>
+ <h3>Progress</h3>
<progress id="total-progress"></progress>
+ <progress id="http-progress"></progress>
<pre id="current-log-message"></pre>
<details id="logs-area">
<summary>Logs (click to expand)</summary>