More stuff

This commit is contained in:
Smaug123
2022-11-06 12:14:24 +00:00
parent 7584f75b09
commit 1195e3fff0
6 changed files with 349 additions and 34 deletions

View File

@@ -39,6 +39,10 @@
<button class="client-data-submit" type="button">Submit client data</button>
</form>
<h2>Messages in flight</h2>
<form>
<input type="checkbox" class="show-consumed" id="show-consumed" />
<label for="show-consumed">Show consumed messages</label>
</form>
<table class="button-area"></table>
<script src="bundle.js"></script>
</body>