implement spinner to show loading status

This commit is contained in:
2021-06-03 21:06:30 +02:00
parent 3a028607b4
commit 8f8eba81fa
2 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,9 @@
<button type="button" class="mb-3 btn btn-secondary" onclick="balance()">Go</button>
<div class="spinner-border" id="loading" style="display: none;" role="status">
<span class="sr-only">Loading...</span>
</div>
<div id="response-container" class="mt-3 mb-3">
</div>