MapComplete status indicators
{#if $someLoading}
{/if}
recheckSignal.ping()}>Check again
Automatically check again every 10s
{#if $trafficLightIsOnline?.["success"]}
Enable traffic light
{/if} {#each services as service}
{/each}
{ fetch(Constants.ErrorReportServer, { method: "POST", body: JSON.stringify({ message: "Test via the status page, not an actual error", version: Constants.vNumber, }), }) }} > Test error report function