diff options
author | 0neGal <mail@0negal.com> | 2022-05-28 01:52:03 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-28 01:52:03 +0200 |
commit | a844a146e88faa0c5f7239b5d05869868f2a2aab (patch) | |
tree | c21d60fae9b1015f0fad1fb0edc7843182b3144c /src/app/index.html | |
parent | 0f9d80cce91960350c42a50cbbee0a8d4e0c8713 (diff) | |
download | Viper-a844a146e88faa0c5f7239b5d05869868f2a2aab.tar.gz Viper-a844a146e88faa0c5f7239b5d05869868f2a2aab.zip |
initial commit for master server status
This doesn't fully implement everything as the master server is down
whilst making this commit, so I can't fully implement it.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index f67a7a8..2305e4c 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -197,6 +197,7 @@ <div class="inline"> <div id="nsversion"></div> <a id="update" href="#" onclick="update()">(%%gui.update.check%%)</a> + <div id="serverstatus" class="checking"></div> </div> </div> </div> @@ -240,4 +241,4 @@ <script src="settings.js"></script> <script src="launcher.js"></script> </body> -</html> +< |