nitpick
This commit is contained in:
parent
bba515cd1d
commit
213a5f4944
1 changed files with 1 additions and 1 deletions
|
@ -111,9 +111,9 @@ pub fn Websocket() -> impl IntoView {
|
|||
<div class="w-auto">
|
||||
<hr/>
|
||||
<h2 class="p-1 text-2xl">Server Info:</h2>
|
||||
<p class="p-1">"Connection Status: " {status}</p>
|
||||
<p class="p-1">"Users Online: " {online_users}</p>
|
||||
<p class="p-1">"Active Games: " {active_games}</p>
|
||||
<p class="p-1">"Connection Status: " {status}</p>
|
||||
<div class="p-1">
|
||||
<button on:click=open_connection disabled=connected>
|
||||
"Connect"
|
||||
|
|
Loading…
Add table
Reference in a new issue