diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-04 09:24:18 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-04 09:24:18 +0200 |
commit | 42e81fb145ee9b8c120b6f1edb07f466e242c36f (patch) | |
tree | 2f7d12504edfc1fcff2c2bc8784fc971caccef76 /src/index.html | |
parent | 5161a266155f9c5602f1d70bbbd7a82007a0ab3b (diff) | |
download | arching-kaos-web-ui-42e81fb145ee9b8c120b6f1edb07f466e242c36f.tar.gz arching-kaos-web-ui-42e81fb145ee9b8c120b6f1edb07f466e242c36f.tar.bz2 arching-kaos-web-ui-42e81fb145ee9b8c120b6f1edb07f466e242c36f.zip |
Following the changes to the API
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.html b/src/index.html index 2bf3302..9b6c264 100644 --- a/src/index.html +++ b/src/index.html @@ -54,7 +54,7 @@ <button class="menu-clickable" id="#/mypage-section" onclick="menusel(this)">My page</button> <button class="menu-clickable" id="#/stellar-balances" onclick="menusel(this)">Balances</button> <button class="menu-clickable" id="#/stellar-data-config" onclick="menusel(this)">Data</button> - <button class="menu-clickable" id="#/arching-kaos-id" onclick="menusel(this)">AKID</button> + <button class="menu-clickable" id="#/arching-kaos-node-info" onclick="menusel(this)">Node Info</button> </div> </div> </nav> @@ -108,9 +108,9 @@ <h2>Data</h2> <em id="stellar-data-config-not-found">No data found (yet?)!</em> </div> - <div id="arching-kaos-id"> - <h2>AKID</h2> - <em id="akid-not-found">No data found (yet?)!</em> + <div id="arching-kaos-node-info"> + <h2>Node Info</h2> + <em id="node-info-not-found">No data found (yet?)!</em> </div> <div id="stellar-section"> <h2>Stellar dashboard</h2> |