Dashboard

Dashboard

{ showInGame = !showInGame; }} key={((typeof usersOnline === "number" && usersOnline.toLocaleString()) || "-") + '/' + ((usersInGame && usersInGame.length.toLocaleString()) || "-")} value="Users Online and In-Game" cardClasses="bg-primary bg-gradient pointer" /> {#if numPendingAssets != undefined} { // window.location.href = '/admin/asset/approval'; navigate('/admin/asset/approval'); }} value='Num Pending Assets' key={numPendingAssets.toLocaleString()} cardClasses="bg-danger bg-gradient pointer" /> {/if}
{#if showInGame}

Users In-Game

{#if usersInGame.length === 0}

No users in game :(

{/if} {#each usersInGame as data} {/each}
{/if}

Manage Site-Wide Alert

To clear the alert, empty the text box and press submit.

{#await request.get("/alert") then alertInfo} {/await}